summaryrefslogtreecommitdiffstats
path: root/template.html
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2024-04-01 21:36:03 +0300
committerJan Tuomi <jan@jantuomi.fi>2024-04-01 21:36:03 +0300
commitb4332a68d6109a9a4f9e6e12e0286322500408f6 (patch)
tree23c35fec602789f6ee4c5596c1e6eb311741999a /template.html
parent0de37a490cfdd7c846aeffcaa563a27d104a6ce0 (diff)
Make ornamental nav text elems aria-hidden
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>