]> git.r.bdr.sh - rbdr/blog/blobdiff - templates/index.html
Update templates
[rbdr/blog] / templates / index.html
index c4d1a48a3c27f389c59e791f754b87080e9d9d38..448a785662db71c6e663392439875a6350cd719e 100644 (file)
@@ -4,30 +4,36 @@
     <meta charset="utf-8">
     <meta name="viewport" content="width=device-width, initial-scale=1">
     <meta class="p-author" name="author" content="Rubén Beltrán del Río">
-    <meta name="description" content="This is the blog at unlimited.pizza">
+    <meta name="description" content="This is ruben's gemlog">
 
     <meta name="theme-color" content="#ffffff">
 
-    <title class="p-name">Blog at Unlimited Pizza 🍕</title>
+    <title class="p-name">Ruben's gemlog</title>
 
-    <script src="/js/blog.js"></script>
+    <script src="./js/blog.js"></script>
 
     <link href="/css/style.css" rel="stylesheet">
-    <link href="/feed.xml" rel="alternate" hreflang="en" title="RSS feed">
+    <link href="./feed.xml" rel="alternate" hreflang="en" title="RSS feed">
 
-    <script type="module" src="//unlimited.pizza/js/animation.js"></script>
+    <script type="module" src="//r.bdr.sh/js/animation.js"></script>
 
   </head>
   <body>
     <header aria-label="Logo" class="main-header">
       <h1>
         <canvas width=100 height=100></canvas>
-        <a href="/">blog.unlimited.pizza</a>
+        <a href="/gemlog">r.bdr.sh/gemlog</a>
       </h1>
     </header>
     <main>
     <p>
-    → <a href="http://unlimited.pizza">home</a>.
+    Only 3 posts kept at a time.
+    This blog is also available in <a href="./index.txt">txt</a>
+    and <a href="./feed.xml">rss</a>.
+    Full archive available in <a href="gemini://r.bdr.sh/gemlog">gemini</a>
+    </p>
+    <p>
+    → <a href="/">home</a>.
     </p>
     {{~ it.posts: post}}
       <article class="h-entry" id="{{= post.index + 1}}">
@@ -41,7 +47,7 @@
     {{?}}
     </main>
     <footer>
-      <p>Only 3 entries kept at any time. Press 1, 2, and 3 to switch. <a href="https://unlimited.pizza">unlimited.pizza</a></p>
+      <p>Press 1, 2, and 3 to switch. <a href="https://r.bdr.sh">r.bdr.sh</a></p>
     </footer>
   </body>
 </html>