Index

joshstock.in / b718a15

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

Latest Commit

{#}TimeHashSubjectAuthor#(+)(-)GPG?
8128 Mar 2020 23:26b2d3957Rewrite template engineJosh Stockin180G

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

text/html452 bytesdownload raw
1 <div class="blog-listing">
2 <a href="$permalink"><div class="blog-banner thumb" 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>$datestring</code><i class="blog-readtime">$readtime</i><br>$description</p>
6 <span style="font-weight:bolder;"><a href="$permalink">Read >></a></span>
7 </div>
8 </div>
9