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:
authorTony Blyler <tony@blyler.cc>2016-11-03 22:43:08 +0300
committerTony Blyler <tony@blyler.cc>2016-11-03 22:43:08 +0300
commit419fb6e310209afe3f1b35c4ef84b2d61ba5bfc7 (patch)
tree3c3212d0720276a37e5dd0141f564f13af62e7bf
parentdf996342ba46d551065234a5ce755a15a345c691 (diff)
Do not output email address in email link title
-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 }}