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

github.com/st-wong/hugo-spectre-pixel-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.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
new file mode 100644
index 0000000..b63eeff
--- /dev/null
+++ b/layouts/partials/footer.html
@@ -0,0 +1,13 @@
+<footer class="container p-centered text-center my-gap">
+ {{ if .Site.Social }}
+ {{ partial "social.html" . }}
+ {{ end }}
+
+ <small class="text-gray">
+ {{ with .Site.Params.copyright }}
+ {{ . | markdownify }}
+ {{ else }}
+ © Copyright {{ now.Format "2006" }} {{ .Site.Params.name }}
+ {{ end }}
+ </small>
+</footer>