X-Git-Url: https://git.r.bdr.sh/rbdr/blog/blobdiff_plain/d50db372c93af9f55e670fddf7015975a0e247c4..d62c4ea8debf01c2e251ef0c2520f947662f6c52:/templates/index.html diff --git a/templates/index.html b/templates/index.html index 490f4e9..5b818a6 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,51 +1,37 @@ -<!doctype html> -<html lang="en" class="h-feed"> +<!doctype html> <html lang="en"> <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"> + <meta name="description" content="My ephemeral blog"> <meta name="theme-color" content="#ffffff"> - <title class="p-name">Blog at Unlimited Pizza ð</title> + <title class="p-name">My Ephemeral Blog</title> - <script src="./js/blog.js"></script> - - <link href="/css/style.css" rel="stylesheet"> <link href="./feed.xml" rel="alternate" hreflang="en" title="RSS feed"> - - <script type="module" src="//www.unlimited.pizza/js/animation.js"></script> - </head> <body> - <header aria-label="Logo" class="main-header"> + <header> <h1> - <canvas width=100 height=100></canvas> - <a href="/gemlog">unlimited.pizza/gemlog</a> + <a href="./">My Ephemeral Blog</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://www.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> </p> - {{~ it.posts: post}} - <article class="h-entry" id="{{= post.index + 1}}"> + {{~ posts: post}} + <article class="h-entry" id="{{= post.index}}"> {{= post.html}} </article> <hr class="separator"> {{~}} - {{? it.posts.length === 0}} + {{? !has_posts}} <h1>This is a fresh blog!</h1> <p>There are no posts yet.</p> {{?}} </main> - <footer> - <p>Only 3 entries kept at any time. Press 1, 2, and 3 to switch. <a href="https://www.unlimited.pizza">www.unlimited.pizza</a></p> - </footer> </body> </html>