~alcinnz/argonaut-constellation.org

ref: 396941ce8b74454e362157338495c9bd57553469 argonaut-constellation.org/_layouts/post.html -rw-r--r-- 907 bytes
396941ce — Adrian Cochrane Add new projects to list & add font branding. 1 year, 8 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
---
<!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" />
  <style>
    @import url(https://haphaestus.org/fonts/genos-thin/genos-thin.css);
    @import url(https://haphaestus.org/fonts/ubuntu/ubuntu.css);

    body {
        font-family: Ubuntu, sans-serif;
    }
    h1, h2, h3, h4, h5, h6, dt, th {font-family: Genos, serif;}
  </style>
</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>