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

github.com/gkmngrgn/hugo-alageek-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/footer_email.html')
-rw-r--r--layouts/partials/footer_email.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/layouts/partials/footer_email.html b/layouts/partials/footer_email.html
index 0e73551..5bfc267 100644
--- a/layouts/partials/footer_email.html
+++ b/layouts/partials/footer_email.html
@@ -1,5 +1,8 @@
{{ if .Site.Params.email }}
- <a href="mailto:{{ .Site.Params.email }}" class="mx-1 ml-md-2 mr-md-0 icon">
+ <a href="mailto:{{ .Site.Params.email }}"
+ class="mx-1 ml-md-2 mr-md-0 icon"
+ aria-label="Email">
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 16">
<path d="M0 4v8c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1H1c-.55 0-1 .45-1 1zm13 0L7 9 1 4h12zM1 5.5l4 3-4 3v-6zM2 12l3.5-3L7 10.5 8.5 9l3.5 3H2zm11-.5l-4-3 4-3v6z"/>
</svg>