Source for serving and static templating/compiling of https://joshstock.in.
| {#} | Time | Hash | Subject | Author | # | (+) | (-) | GPG? | 
|---|---|---|---|---|---|---|---|---|
| 35 | 01 Jan 2020 18:41 | d1de6bd | Update banner size and position on articles | Josh Stockin | 1 | 1 | 1 | N | 
| 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 |