~alcinnz/argonaut-constellation.org

ref: 396941ce8b74454e362157338495c9bd57553469 argonaut-constellation.org/_layouts/page.html -rw-r--r-- 582 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
---
---
<!DOCTYPE html>
<html>
<head>
  <meta charset=utf-8 />
  <meta name="viewport" content="width=device-width, initial-scale=1" />
  <title>{{ page.title|xml_escape }}</title>
  <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>
  {{ content }}
</body>
</html>