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

github.com/h-enk/doks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/main/headline-hash.html')
-rw-r--r--layouts/partials/main/headline-hash.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/main/headline-hash.html b/layouts/partials/main/headline-hash.html
index 4fbc525..826fa32 100644
--- a/layouts/partials/main/headline-hash.html
+++ b/layouts/partials/main/headline-hash.html
@@ -1 +1 @@
-{{ . | replaceRE "(<h[2-9] id=\"([^\"]+)\".+)(</h[2-9]+>)" `${1}<a href="#${2}" class="anchor">#</a> ${3}` | safeHTML }} \ No newline at end of file
+{{ . | replaceRE "(<h[2-9] id=\"([^\"]+)\".+)(</h[2-9]+>)" `${1}<a href="#${2}" class="anchor" aria-hidden="true">#</a> ${3}` | safeHTML }} \ No newline at end of file