~alcinnz/argonaut-constellation.org

ref: 0afbdbb22c6e63595b7cdf2bf0e6f32feff5177b argonaut-constellation.org/_layouts/page.html -rw-r--r-- 300 bytes
0afbdbb2 — Adrian Cochrane Fix styling, attempt 2. 1 year, 9 months ago
                                                                                
da1ec90f Adrian Cochrane
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
---
<!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" />
</head>
<body>
  {{ content }}
</body>
</html>