Index
joshstock.in
/
0bb9ab9
Source for serving and static templating/compiling of https://joshstock.in.
Download
|
Refs
|
Commit Log
|
Files
|
README
|
LICENSE
Latest Commit
{#}
Time
Hash
Subject
Author
#
(+)
(-)
GPG?
3
10 Nov 2019 22:21
9e52c86
basic landing page, blog
Josh Stockin
1
6
0
N
Blob @
joshstock.in
/
resources
/
templates
/
blog-archive-listing.html
text/html
218 bytes
download raw
1
<div
class
=
"blog-listing"
>
2
<img
class
=
"blog-banner"
style
=
"background-image: url($banner)"
/>
3
<h2>
$title
</h2>
4
<p><code>
$date
</code>
$summary
</p>
5
<span><a
href
=
"$permalink"
>
Read →
</a></span>
6
</div>
7