Index
joshstock.in
/
171aa88
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?
25
22 Dec 2019 19:24
ee7e31f
Update blog formatting; move CSS substitution to new stylesheet
Josh Stockin
1
3
3
N
Blob @
joshstock.in
/
resources
/
templates
/
blog-archive-listing.html
text/html
257 bytes
download raw
1
<div
class
=
"blog-listing"
>
2
<img
class
=
"blog-banner"
style
=
"background-image: url($banner)"
/>
3
<h2
class
=
"blog-top-1"
>
$title
</h2>
4
<p
class
=
"blog-top-2"
><code>
$date
</code>
$summary
</p>
5
<span><a
href
=
"$permalink"
>
Read →
</a></span>
6
</div>
7