Index

joshstock.in / 9e52c86

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

Latest Commit

{#}TimeHashSubjectAuthor#(+)(-)GPG?
310 Nov 2019 22:219e52c86basic landing page, blogJosh Stockin1210N

Blob @ joshstock.in / resources / templates / blog-article.html

text/html598 bytesdownload raw
1<!DOCTYPE html>
2<html>
3 <head>
4 <meta http-equiv="content-type" content="text/html; charset=utf-8">
5 <title>Josh Stockin - $title</title>
6 <style>$css</style>
7 <meta name="viewport" content="width=device-width, initial-scale=1">
8 </head>
9 <body>
10 <div class="blog-center">
11 <span><a href="blog.html">← Back to archive</a></span>
12 <h1>Josh Stockin</h1>
13 <img class="blog-banner" style="background-image: url($banner)"/>
14 <h2>$title</h2>
15 <code>$date</code>
16 $content
17 <p><a href="$permalink">Permalink</a></p>
18 <code id="copyright">$copyright</code>
19 </div>
20 </body>
21</html>
22