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.html')
-rw-r--r--layouts/partials/footer.html17
1 files changed, 9 insertions, 8 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 1967d70..ae74f22 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -1,8 +1,9 @@
-<div class="content" id="footer">
-{{ if .Site.Params.footertext }}
- {{ .Site.Params.footertext }}
-{{ else }}
-<a href="https://github.com/vickylaixy/hugo-theme-introduction" target="_blank">Introduction</a> theme for <a href="http://gohugo.io/" target="_blank">Hugo</a>
-</div>
-
-{{ end }} \ No newline at end of file
+<div class="section" id="footer"><!-- Begin Footer section -->
+ <div class="container has-text-centered"><!-- Begin Footer container -->
+ {{ if .Site.Params.footertext }}
+ {{ .Site.Params.footertext }}
+ {{ else }}
+ <span class="footer-text"><a href="https://github.com/vickylaixy/hugo-theme-introduction" target="_blank">Introduction</a> theme for <a href="http://gohugo.io/" target="_blank">Hugo</a>. Made with <i class="fa fa-heart"></i> and <i class="fa fa-coffee"></i>. <i class="fa fa-copyright"></i> <a href="https://vickylai.com" target="_blank">Vicky Lai</a> 2017</span>
+ {{ end }}
+ </div><!-- End Footer container -->
+</div><!-- End Footer section --> \ No newline at end of file