~alcinnz/argonaut-constellation.org

d88192d24de80365d94ca92a65225056a0196cc0 — Adrian Cochrane 1 year, 9 months ago 7135fa1
Wrap title & navbar in header.
1 files changed, 5 insertions(+), 3 deletions(-)

M blog.html
M blog.html => blog.html +5 -3
@@ 10,9 10,11 @@
  <link rel="alternate" type="application/atom+xml" href="blog.atom" />
</head>
<body>
  <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>
    <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>