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

github.com/darshanbaral/khata.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/social.html')
-rw-r--r--layouts/partials/social.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/layouts/partials/social.html b/layouts/partials/social.html
new file mode 100644
index 0000000..1963bd1
--- /dev/null
+++ b/layouts/partials/social.html
@@ -0,0 +1,9 @@
+<div class="d-flex flex-row flex-wrap social" style="margin-bottom: 40px;">
+ {{ range.Site.Params.social }}
+ <div class="text-center ml-1 mr-1" style="width: 35px; height: 35px;">
+ <a href="{{ .link }}" title="{{ .name }}"
+ ><i class="icon {{ .iconclass }}"></i
+ ></a>
+ </div>
+ {{ end }}
+</div>