diff options
Diffstat (limited to 'public/categories/index.html')
| -rw-r--r-- | public/categories/index.html | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/public/categories/index.html b/public/categories/index.html index 167d09c..e1236c2 100644 --- a/public/categories/index.html +++ b/public/categories/index.html @@ -1,8 +1,8 @@ <!DOCTYPE html> <html lang="en"> -<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script> +<head> <title>Categories | 0xhenrique</title> - <link rel="canonical" href="http://localhost:1313/"> + <link rel="canonical" href="https://example.org/"> <link rel='alternate' type='application/rss+xml' title="0xhenrique RSS" href='/index.xml'> <link rel='stylesheet' type='text/css' href='/style.css'> <link rel="icon" href="/favicon.ico"> @@ -13,10 +13,10 @@ </head> <body> <ul class="menu-list"> -<li class="menu-item"><a href="http://localhost:1313/">λ HM-2030</a></li> -<li class="menu-item"><a href="http://localhost:1313//tags/projects">Projects</a></li> -<li class="menu-item"><a href="http://localhost:1313//tags">Tags</a></li> -<li class="menu-item" style="float:right"><a href="http://localhost:1313//about">About</a></li> +<li class="menu-item"><a href="https://example.org/">λ</a></li> +<li class="menu-item"><a href="https://example.org//tags/projects">Projects</a></li> +<li class="menu-item"><a href="https://example.org//tags">Tags</a></li> +<li class="menu-item" style="float:right"><a href="https://example.org//about">About</a></li> </ul> <main> <header><h1 id="tag_Categories">Categories</h1></header> @@ -28,8 +28,7 @@ </article> </main> -<footer> - <a href="http://localhost:1313/">http://localhost:1313/</a><br><br><a href="/index.xml"><img src="/rss.svg" style="max-height:1.5em" alt="RSS Feed" title="Subscribe via RSS for updates."></a> +<footer><a href="/index.xml">Subscribe to my RSS feed</a> </footer> </body> |
