Index

joshstock.in / e89b100

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

Latest Commit

{#}TimeHashSubjectAuthor#(+)(-)GPG?
8128 Mar 2020 23:26b2d3957Rewrite template engineJosh Stockin1160G

Blob @ joshstock.in / root / resources / pages / blog.html

text/html318 bytesdownload raw
1<!DOCTYPE html>
2<html>
3 <head>
4$meta
5 <link rel="stylesheet" href="/static/blog.css">
6 <link rel="stylesheet" href="/static/footer.css">
7 </head>
8 <body>
9 <div class="blog-center">
10 <span><a href="/"><< Back to home</a></span>
11 <h1 id="title">Josh Stockin</h1>
12$@blog-listings
13$footer
14 </div>
15 </body>
16</html>
17