Do not output email address in email link title
This commit is contained in:
parent
df996342ba
commit
419fb6e310
1 changed files with 1 additions and 1 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue