Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/calintat/minimal.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcalintat <calintat@gmail.com>2017-07-08 14:05:22 +0300
committercalintat <calintat@gmail.com>2017-07-08 14:05:22 +0300
commit52ffda6c6dcb77c56185fb5de3023cded7450c77 (patch)
tree6d8041c7e9803b0b93c0bed4d9faf6ffe0f0a07c
parent43988f4c43be64bdabf17e4dc45e5e115f10d651 (diff)
Completed footer partial
-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
index e69de29..d70c366 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -0,0 +1,9 @@
+ <footer>
+
+ <p class="copyright text-muted">&copy; All rights reserved. Powered by <a href="https://gohugo.io">Hugo</a> and <a href="https://github.com/calintat/minimal">Minimal</a>.</p>
+
+ </footer>
+
+ </body>
+
+</html>