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

github.com/shenoybr/hugo-goa.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRajesh Shenoy <shenoybr@users.noreply.github.com>2019-01-16 00:41:30 +0300
committerGitHub <noreply@github.com>2019-01-16 00:41:30 +0300
commit261c6273eb5ac3d43253e147704858b118271db7 (patch)
treee80b4a79cd7c332bdb877d7e0f713d936495c9be
parent04b8f0654c5dea911d84757b1ddf2ec0d7c06b21 (diff)
parentc28442b2c822c1bcb894ec4f44cd62657c13d1ea (diff)
Merge pull request #62 from tetsuyanh/fix-social-mailto
Remove mailto target blank
-rw-r--r--layouts/partials/social.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/social.html b/layouts/partials/social.html
index 5059271..afd1272 100644
--- a/layouts/partials/social.html
+++ b/layouts/partials/social.html
@@ -99,7 +99,7 @@
<a href="https://wa.me/{{.}}" aria-label="Whatsapp" target="_blank"><i class="fab fa-whatsapp" aria-hidden="true"></i></a>
{{ end }}
{{ with .Site.Params.social.email }}
- <a href="mailto:{{.}}" aria-label="Email" target="_blank"><i class="fas fa-envelope" aria-hidden="true"></i></a>
+ <a href="mailto:{{.}}" aria-label="Email"><i class="fas fa-envelope" aria-hidden="true"></i></a>
{{ end }}
{{ if and ( .Site.Params.extra.rss ) ( .RSSLink ) }}
<a href="{{ .RSSLink }}" aria-label="RSS" target="_blank"><i class="fas fa-rss" aria-hidden="true"></i></a>