Fix fontawesome class of email icon (#9)

Fix fontawesome class of email icon
This commit is contained in:
Dillon 2020-01-29 15:22:07 +08:00 committed by GitHub
commit 76a34ee0d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -164,5 +164,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 }}