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:
authorVicky <vicky@vickylai.com>2018-08-24 23:35:55 +0300
committerVicky <vicky@vickylai.com>2018-08-24 23:35:55 +0300
commitd9bfad969fb293ff31c28dd14cc3e46ccb4ecf96 (patch)
treed86a9ff6c12e7598a982992ebc3c23cf1bf9abf3 /layouts
parent0c84daa1cac7b4b68a749e695171575c8176d95f (diff)
Add new assets
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/footer.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
new file mode 100644
index 0000000..0aed20f
--- /dev/null
+++ b/layouts/partials/footer.html
@@ -0,0 +1,9 @@
+<div class="section" id="footer"><!-- Begin Footer section -->
+ <div class="container has-text-centered"><!-- Begin Footer container -->
+ {{ if .Site.Params.footerText }}
+ <span class="footer-text">{{ .Site.Params.footerText | markdownify }}</span>
+ {{ else }}
+ <span class="footer-text"><a href="https://github.com/vickylai/hugo-theme-introduction" target="_blank" rel="noopener">Introduction</a> theme for <a href="http://gohugo.io/" target="_blank" rel="noopener">Hugo</a>. Made with <a href="https://vickylai.com" target="_blank" rel="noopener"><i class="fa fa-heart"></i> and <i class="fa fa-coffee"></i></a> by open source contributors.</span>
+ {{ end }}
+ </div><!-- End Footer container -->
+</div><!-- End Footer section -->