aboutsummaryrefslogtreecommitdiff
path: root/site
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2018-07-17 22:26:25 -0300
committerEuAndreh <eu@euandre.org>2018-07-17 22:26:25 -0300
commite0f5b93779c411eefd62ee6b6da62e85a2b05b10 (patch)
tree7316589f0d3ab4e5b7b0b9bc0793e7559299104d /site
parentRename file to proper date and write content on Guix and NixOS (diff)
downloadeuandre.org-e0f5b93779c411eefd62ee6b6da62e85a2b05b10.tar.gz
euandre.org-e0f5b93779c411eefd62ee6b6da62e85a2b05b10.tar.xz
Put home link inside <nav>
Diffstat (limited to 'site')
-rw-r--r--site/templates/default.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/site/templates/default.html b/site/templates/default.html
index 0d2f6d5..2ba5122 100644
--- a/site/templates/default.html
+++ b/site/templates/default.html
@@ -10,10 +10,8 @@
</head>
<body>
<header>
- <div class="logo">
- <a href="/">EuAndreh's Blog</a>
- </div>
<nav>
+ <a id="home" href="/">EuAndreh's Blog</a>
<a href="/">Home</a>
<a href="/about.html">About</a>
<a href="/archive.html">Archive</a>