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>