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

github.com/tblyler/light-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--layouts/partials/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index ee1200e..c3d1ed9 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -21,7 +21,7 @@
</a>
<div id="social">
{{ if .Site.Params.email }}
- <a href="mailto:{{ .Site.Params.email }}" title="Email {{ .Site.Params.email }}">
+ <a href="mailto:{{ .Site.Params.email }}" title="Email">
<img alt="Email" src="{{ .Site.BaseURL }}/images/email.svg" />
</a>
{{ end }}