~alcinnz/argonaut-constellation.org

ref: da1ec90f791233fcb688ae118bf79bcb861e4cb4 argonaut-constellation.org/_layouts/post.html -rw-r--r-- 625 bytes
da1ec90f — Adrian Cochrane Init! With moved blog! 1 year, 9 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
---
<!DOCTYPE html>
<html>
<head>
  <meta charset=utf-8 />
  <meta name="viewport" content="width=device-width, initial-scale=1" />
  <title>{{ page.title|xml_escape }} — Argonaut Constellation's blog</title>
  <link rel="stylesheet" href="https://cdn.simplecss.org/simple.css" />
  <link rel="alternate" type="application/atom+xml" href="blog.feed" />
</head>
<body>
  <h1>{{ page.title|xml_escape }}</h1>
  <aside>By {{ page.author }}
    on <time>{{ page.date | date: "%b %-d, %Y" }}</time>
    for <a href="/">Rhapsode</a>'s <a href="/blog" title="Rhapsode's Blog">Blog</a></aside>

  {{ content }}
</body>
</html>