diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-04-17 22:43:02 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-04-17 22:43:02 +0200 |
| commit | d87e5802b587e32aa6dc55d27ef54ff52ea4e6ab (patch) | |
| tree | 68591cf60838c50efd380fcb993005caf464de0e /templates/index.html | |
| parent | af29af93c8d57a53d2103d62c0ade01b92b26dc8 (diff) | |
Prep for gemlogification
Diffstat (limited to 'templates/index.html')
| -rw-r--r-- | templates/index.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/templates/index.html b/templates/index.html index f5dbbc3..a8d7f37 100644 --- a/templates/index.html +++ b/templates/index.html @@ -10,28 +10,28 @@ <title class="p-name">Blog at Unlimited Pizza 🍕</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="./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> + <script type="module" src="//www.unlimited.pizza/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">unlimited.pizza/gemlog</a> </h1> </header> <main> <p> - This blog is also available in <a href="/index.txt">plain text</a>. + 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>. + → <a href="http://www.unlimited.pizza">home</a>. </p> {{~ it.posts: post}} <article class="h-entry" id="{{= post.index + 1}}"> @@ -45,7 +45,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>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> |