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

github.com/uicardiodev/hugo-sodium-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/footer.html')
-rw-r--r--layouts/partials/footer.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
new file mode 100644
index 0000000..bce5c8c
--- /dev/null
+++ b/layouts/partials/footer.html
@@ -0,0 +1,11 @@
+{{ $footer := .Site.Data.footer }}
+<section id="footer" class="py-3">
+ <div class="container">
+ <span class="text-muted">{{ $footer.footertext }}</span>
+ <span class="float-right">
+ {{ range $key, $value := .Site.Data.social }}
+ <a href="https://{{ $key }}.com/{{ $value }}" class="ml-2 btn-{{$key}}"><i class="fab fa-{{ $key }}"></i></a>
+ {{ end }}
+ </span>
+ </div>
+</section> \ No newline at end of file