From c7cae007a694bf41a86ae75665528adf05a114ea Mon Sep 17 00:00:00 2001
From: rdhox <36813150+rdhox@users.noreply.github.com>
Date: Thu, 05 Jul 2018 13:06:03 +0000
Subject: [PATCH] Add avatar option and footer text option (#41)

---
 layouts/partials/footer.html |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 6dcae25..f88c0d1 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -1,5 +1,8 @@
 <footer class="footer">
   <section class="container">
+    {{ with .Site.Params.footercontent }}
+      <p>{{.}}</p>
+    {{ end }}
     {{ if not .Site.Params.hideCopyright }} © {{ .Site.LastChange.Format "2006" }} {{ end }} {{ if not .Site.Params.hideCredits}} {{ if not .Site.Params.hideCopyright }} · {{ end }} Powered by <a href="https://gohugo.io/">Hugo</a> & <a href="https://github.com/luizdepra/hugo-coder/">Coder</a>. {{ end }}
   </section>
 </footer>

--
Gitblit v1.10.0