~alcinnz/argonaut-constellation.org

ref: 798ceb6f2401a6327f02b6c454abf74be516a216 argonaut-constellation.org/blog.html -rw-r--r-- 942 bytes
798ceb6f — Adrian Cochrane Fix emphasis markup. 1 year, 9 months ago
                                                                                
da1ec90f Adrian Cochrane
d88192d2 Adrian Cochrane
da1ec90f Adrian Cochrane
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
---
---
<!DOCTYPE html>
<html>
<head>
  <meta charset=utf-8 />
  <meta name="viewport" content="width=device-width, initial-scale=1" />
  <title>Argonaut Projects' Blog</title>
  <link rel="stylesheet" href="https://cdn.simplecss.org/simple.css" />
  <link rel="alternate" type="application/atom+xml" href="blog.atom" />
</head>
<body>
  <header>
    <h1><a href="/">Argonaut</a> Projects' Blog</h1>
    <nav><a href="blog.atom" title="Subscribe"><img alt="Webfeed" src="/rss.svg"></a>
      <a href="https://feedrabbit.com/subscriptions/new?url=https://rhapsode.adrian.geek.nz/blog.atom" title="Subscribe via eMail & FeedRabbit"><img src="email.svg" alt="eMail" /></a></nav>
  </header>

  {% for post in site.posts %}
    <h2><a href='{{ post.url | relative_url }}'>{{ post.title }}</a></h2>
    <aside>By {{ post.author }} on <time>{{ post.date | date: "%b %-d, %Y" }}</time></aside>

    {{ post.excerpt }}
  {% endfor %}
</body>
</html>