summaryrefslogtreecommitdiffstats
path: root/template.html
diff options
context:
space:
mode:
Diffstat (limited to 'template.html')
-rw-r--r--template.html9
1 files changed, 6 insertions, 3 deletions
diff --git a/template.html b/template.html
index eca5f3e..c1f8211 100644
--- a/template.html
+++ b/template.html
@@ -67,9 +67,12 @@ $endif$
<div id="dark-mode-btn"></div>
</div>
<nav>
- <a href="/archive">archive</a> &#x2022;
- <a href="/liked">liked</a> &#x2022;
- <a href="/now">now</a> &#x2022;
+ <a href="/archive">archive</a>
+ <span aria-hidden="true"> &#x2022; </span>
+ <a href="/liked">liked</a>
+ <span aria-hidden="true"> &#x2022; </span>
+ <a href="/now">now</a>
+ <span aria-hidden="true"> &#x2022; </span>
<a href="/projects">projects</a>
</nav>