diff options
| author | Henrique Marques <[email protected]> | 2024-08-17 11:19:43 +0100 |
|---|---|---|
| committer | Henrique Marques <[email protected]> | 2024-08-17 11:19:43 +0100 |
| commit | 86258f73e50e5e8ce551b3dd109109dadd6f1c0f (patch) | |
| tree | 926359935900f6db31bc078b8bc7c9006b70352e /public/about | |
| parent | 82b09f39bb2e2e8e6a1362b85cacb179b01a2053 (diff) | |
create build
Diffstat (limited to 'public/about')
| -rw-r--r-- | public/about/index.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/public/about/index.html b/public/about/index.html index 8e0009e..4d57823 100644 --- a/public/about/index.html +++ b/public/about/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>About | 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"> @@ -14,10 +14,10 @@ My setup Nothing fancy to be honest. Since I spend most of my time inside Emacs, </head> <body> <ul class="menu-list"> -<li class="menu-item"><a href="http://localhost:1313/">λ</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_About">About</h1></header> |
