]> git.r.bdr.sh - rbdr/blog/blobdiff - templates/index.html
Add archive publishing
[rbdr/blog] / templates / index.html
index 3e37304dc6c6d43838d2439274c80907b9cd7e61..f5dbbc3cfcb92955097b926652567006bbdd37d6 100644 (file)
     <link href="/css/style.css" rel="stylesheet">
     <link href="/feed.xml" rel="alternate" hreflang="en" title="RSS feed">
 
+    <script type="module" src="//unlimited.pizza/js/animation.js"></script>
+
   </head>
   <body>
     <header aria-label="Logo" class="main-header">
-      <a href="/">Blog</a>
+      <h1>
+        <canvas width=100 height=100></canvas>
+        <a href="/">blog.unlimited.pizza</a>
+      </h1>
     </header>
     <main>
+    <p>
+    This blog is also available in <a href="/index.txt">plain text</a>.
+    Archive available in <a href="gemini://gemini.unlimited.pizza/gemlog">gemini</a>
+    </p>
+    <p>
+    → <a href="http://unlimited.pizza">home</a>.
+    </p>
     {{~ it.posts: post}}
-      <article class="h-entry" id="{{= post.id}}">
+      <article class="h-entry" id="{{= post.index + 1}}">
         {{= post.html}}
       </article>
-      <hr>
+      <hr class="separator">
     {{~}}
     {{? it.posts.length === 0}}
       <h1>This is a fresh blog!</h1>