]> git.r.bdr.sh - rbdr/blog/blobdiff - templates/index.html
Add TXT support
[rbdr/blog] / templates / index.html
index e741c68832702ff287069f1889fea434fd61ea87..3e37304dc6c6d43838d2439274c80907b9cd7e61 100644 (file)
@@ -1,31 +1,36 @@
 <!doctype html>
-<html>
+<html lang="en" class="h-feed">
   <head>
     <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">
 
-    <title>blog 🍕</title>
+    <meta name="theme-color" content="#ffffff">
+
+    <title class="p-name">Blog at Unlimited Pizza 🍕</title>
 
     <script src="/js/blog.js"></script>
 
-    <link href="css/style.css" rel="stylesheet">
+    <link href="/css/style.css" rel="stylesheet">
+    <link href="/feed.xml" rel="alternate" hreflang="en" title="RSS feed">
 
   </head>
   <body>
-    <header class="main-header">
+    <header aria-label="Logo" class="main-header">
       <a href="/">Blog</a>
     </header>
     <main>
-    {{#posts}}
-      <article id="{{id}}">
-        {{{html}}}
+    {{~ it.posts: post}}
+      <article class="h-entry" id="{{= post.id}}">
+        {{= post.html}}
       </article>
       <hr>
-    {{/posts}}
-    {{^posts}}
+    {{~}}
+    {{? it.posts.length === 0}}
       <h1>This is a fresh blog!</h1>
       <p>There are no posts yet.</p>
-    {{/posts}}
+    {{?}}
     </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>