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/partials/intro.html')
-rw-r--r--layouts/partials/intro.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/intro.html b/layouts/partials/intro.html
index b024ba0..3795554 100644
--- a/layouts/partials/intro.html
+++ b/layouts/partials/intro.html
@@ -1,7 +1,7 @@
{{ if .Site.Params.intro }}
<div class="intro">
<h1 class="relative">
- <div class="dots" aria-hidden="aria-hidden"></div>
+ <div class="dots" aria-hidden="true"></div>
{{ .Site.Params.headline }}
</h1>
<p>{{ .Site.Params.description }}</p>