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/footer/text.html')
-rw-r--r--layouts/partials/footer/text.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/layouts/partials/footer/text.html b/layouts/partials/footer/text.html
new file mode 100644
index 0000000..c356329
--- /dev/null
+++ b/layouts/partials/footer/text.html
@@ -0,0 +1,11 @@
+<div class="section" id="footer">
+ <div class="container has-text-centered">
+ {{ with .Site.Params.footerText }}
+ {{ . | markdownify }}
+ {{ else }}
+ <span class="footer-text">
+ {{ i18n "footer_text" . | markdownify }}
+ </span>
+ {{ end }}
+ </div>
+</div>