Source for serving and static templating/compiling of https://joshstock.in.
{#} | Time | Hash | Subject | Author | # | (+) | (-) | GPG? |
---|---|---|---|---|---|---|---|---|
81 | 28 Mar 2020 23:26 | b2d3957 | Rewrite template engine | Josh Stockin | 1 | 16 | 0 | G |
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 |