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.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/layouts/partials/home/social.html b/layouts/partials/home/social.html
new file mode 100644
index 0000000..6092ab1
--- /dev/null
+++ b/layouts/partials/home/social.html
@@ -0,0 +1,7 @@
+<div class="social-icons">
+ {{ range .Site.Params.social }}
+ <a href="{{ .url }}">
+ <i class="fa fa-{{ .icon}}"></i>
+ </a>
+ {{ end }}
+</div> \ No newline at end of file