Index

joshstock.in / 8d865bc

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

Latest Commit

{#}TimeHashSubjectAuthor#(+)(-)GPG?
3501 Jan 2020 18:41d1de6bdUpdate banner size and position on articlesJosh Stockin111N

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

text/html415 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>$date</code>$summary</p>
6 $sections
7 <span style="font-weight:bolder;"><a href="$permalink">Read >></a></span>
8 </div>
9 </div>
10