Source for serving and static templating/compiling of https://joshstock.in.
{#} | Time | Hash | Subject | Author | # | (+) | (-) | GPG? |
---|---|---|---|---|---|---|---|---|
28 | 31 Dec 2019 14:25 | efe86e3 | Update site styling and metadata | Josh Stockin | 1 | 7 | 4 | N |
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 |