aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/footer.html
diff options
context:
space:
mode:
authorMantas <mantasevilcinskas+git@gmail.com>2017-05-01 19:40:08 +0300
committerMantas <mantasevilcinskas+git@gmail.com>2017-05-01 19:40:08 +0300
commit9d6a10ffe260b36ef76a73e8d53c835e8d5562c6 (patch)
treed1d86fe338029c29c2e5b573ce343ab864d8acb6 /layouts/partials/footer.html
Complete refactor: add beta of #2, fix #1
Diffstat (limited to 'layouts/partials/footer.html')
-rw-r--r--layouts/partials/footer.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
new file mode 100644
index 0000000..62ea1b5
--- /dev/null
+++ b/layouts/partials/footer.html
@@ -0,0 +1,11 @@
+ <div class="footer">
+ <div class="contain">
+
+ <p id="disclaimer">{{ .Site.Params.description }}</p>
+
+ <small class="copyright">Powered by <a href="https://github.com/onlinemantas/cstate">cState</a></small>
+
+ </div>
+ </div>
+ </body>
+</html>