Index

joshstock.in / 304588f

Source for serving and static templating/compiling of https://joshstock.in.

Latest Commit

{#}TimeHashSubjectAuthor#(+)(-)GPG?
2831 Dec 2019 14:25efe86e3Update site styling and metadataJosh Stockin174N

Blob @ joshstock.in / resources / templates / blog-archive-listing.html

text/html409 bytesdownload raw
1 <div class="blog-listing">
2 <a href="$permalink"><div class="blog-banner" style="background-image: url($banner)"></div></a>
3 <div class="blog-listing-container">
4 <h2 class="blog-top-1"><a href="$permalink">$title</a></h2>
5 <p class="blog-top-2"><code>$date</code>$summary</p>
6 $sections
7 <span style="font-weight:bolder;"><a href="$permalink">Read >></a></span>
8 </div>
9 </div>
10