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

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkio Taniguchi <taniguchi@a.phys.nagoya-u.ac.jp>2019-12-01 15:38:00 +0300
committerAkio Taniguchi <taniguchi@a.phys.nagoya-u.ac.jp>2019-12-01 15:38:00 +0300
commit17f9d29418e4afd9edb967007392e03965fed18f (patch)
tree4bf23a7e02a3577abc46fa7eba41178bb43c8313 /layouts/partials/home
parentb556dfccc8979c7304ed5b563765fb7338f3386f (diff)
Fix fontawesome class of email icon
Diffstat (limited to 'layouts/partials/home')
-rw-r--r--layouts/partials/home/social.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/home/social.html b/layouts/partials/home/social.html
index 469f9e9..c2a80cd 100644
--- a/layouts/partials/home/social.html
+++ b/layouts/partials/home/social.html
@@ -161,5 +161,5 @@
<a href="https://mastodon.social/{{ . }}" rel="me noopener noreffer" target="_blank"><i class="fab fa-mastodon fa-fw"></i></a>
{{ end }}
{{ with .Site.Params.Social.Email}}
- <a href="mailto:{{.}}" rel="me noopener noreffer"><i class="far fa-envelope" target="_blank fa-fw"></i></a>
+ <a href="mailto:{{.}}" rel="me noopener noreffer"><i class="far fa-envelope fa-fw" target="_blank"></i></a>
{{ end }} \ No newline at end of file