Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/leonardofaria/bento.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default/single.html')
-rw-r--r--layouts/_default/single.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index b68facf..6765bd5 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -18,7 +18,7 @@
<h1 class="leading-9 text-center">
<a href="{{.Permalink}}" class="no-underline inline-block text-black relative">
- <div class="dots"></div>
+ <div class="dots" aria-hidden="true"></div>
{{ .Title }}
</a>
</h1>