diff options
Diffstat (limited to 'templates/index.html')
| -rw-r--r-- | templates/index.html | 26 |
1 files changed, 7 insertions, 19 deletions
diff --git a/templates/index.html b/templates/index.html index 448a785..f1967e4 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,39 +1,27 @@ <!doctype html> -<html lang="en" class="h-feed"> +<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 ruben's gemlog"> + <meta name="description" content="My ephemeral blog"> <meta name="theme-color" content="#ffffff"> - <title class="p-name">Ruben's gemlog</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="//r.bdr.sh/js/animation.js"></script> - </head> <body> - <header aria-label="Logo" class="main-header"> + <header> <h1> - <canvas width=100 height=100></canvas> - <a href="/gemlog">r.bdr.sh/gemlog</a> + <a href="./">My Ephemeral Blog</a> </h1> </header> <main> <p> 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>. + and <a href="./feed.xml">rss</a> </p> {{~ it.posts: post}} <article class="h-entry" id="{{= post.index + 1}}"> @@ -47,7 +35,7 @@ {{?}} </main> <footer> - <p>Press 1, 2, and 3 to switch. <a href="https://r.bdr.sh">r.bdr.sh</a></p> + <p>Press 1, 2, and 3 to switch.</p> </footer> </body> </html> |