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>2018-12-05 18:25:56 +0300
committerGitHub <noreply@github.com>2018-12-05 18:25:56 +0300
commitcf7f7249297c9cce0e6a31924b27142fa45c967f (patch)
treeaa669e366383cee59b461291945e1bdc825eda19
parent86f2cc6323e4ede3574489b6c6845e2166585ddd (diff)
parent51b13c1ae16c41fd110dc1f17401c44b9784ee31 (diff)
Merge pull request #53 from gtm19/master
Remove "-o" from email label class
-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 9fac734..4668c3e 100644
--- a/layouts/partials/social.html
+++ b/layouts/partials/social.html
@@ -102,7 +102,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-o" aria-hidden="true"></i></a>
+ <a href="mailto:{{.}}" aria-label="Email" target="_blank"><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>