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 Stockin1170N

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

text/html456 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 - Blog Archive</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="index.html">← Back to home</a></span>
12 <h1 id="title">Josh Stockin</h1>
13$articles
14 <code id="copyright">$copyright</code>
15 </div>
16 </body>
17</html>
18