Index

joshstock.in / efe86e3

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

Latest Commit

{#}TimeHashSubjectAuthor#(+)(-)GPG?
2831 Dec 2019 14:25efe86e3Update site styling and metadataJosh Stockin112N

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

text/html866 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 <meta name="title" content="Blog Archive" />
7 <meta name="description" content="The personal blog of Josh Stockin" />
8 <meta property="og:site_name" content="Josh Stockin" />
9 <meta property="og:title" content="Blog Archive" />
10 <meta property="og:description" content="The personal blog of Josh Stockin" />
11 <meta property="og:type" content="website" />
12 <meta property="og:url" content="https://joshstock.in/blog" />
13 <link rel="stylesheet" href="/blog.css">
14 <meta name="viewport" content="width=device-width, initial-scale=1">
15 </head>
16 <body>
17 <div class="blog-center">
18 <span><a href="/"><< Back to home</a></span>
19 <h1 id="title">Josh Stockin</h1>
20$articles
21 $copyright
22 </div>
23 </body>
24</html>
25