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

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/home/social.html')
-rw-r--r--layouts/partials/home/social.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/home/social.html b/layouts/partials/home/social.html
index 6092ab1..54a846c 100644
--- a/layouts/partials/home/social.html
+++ b/layouts/partials/home/social.html
@@ -1,7 +1,7 @@
<div class="social-icons">
{{ range .Site.Params.social }}
<a href="{{ .url }}">
- <i class="fa fa-{{ .icon}}"></i>
+ <i class="fab fa-{{ .icon}}"></i>
</a>
{{ end }}
-</div> \ No newline at end of file
+</div>