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.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/layouts/partials/intro.html b/layouts/partials/intro.html
index 3330400..b024ba0 100644
--- a/layouts/partials/intro.html
+++ b/layouts/partials/intro.html
@@ -1,6 +1,9 @@
{{ if .Site.Params.intro }}
<div class="intro">
- <h1>{{ .Site.Params.headline }}</h1>
+ <h1 class="relative">
+ <div class="dots" aria-hidden="aria-hidden"></div>
+ {{ .Site.Params.headline }}
+ </h1>
<p>{{ .Site.Params.description }}</p>
</div>
{{ end }}