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

github.com/mrmierzejewski/hugo-theme-console.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Mierzejewski <marcin@mierzejewski.net>2020-05-01 15:38:16 +0300
committerMarcin Mierzejewski <marcin@mierzejewski.net>2020-05-01 15:38:16 +0300
commit9e36d6567f93424a4ea2f4222fb8a7c3650e85f9 (patch)
tree4392335d86cfd26e830603d6ceef99b10e0cd56d /layouts
parent4e1c9914ae61ec4f9a725dfeff58505eafd87b15 (diff)
footer: add footer - powered by hugo and console theme
Diffstat (limited to 'layouts')
-rw-r--r--layouts/_default/baseof.html1
-rw-r--r--layouts/partials/footer.html4
2 files changed, 5 insertions, 0 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 01b3f86..e4c5145 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -51,6 +51,7 @@
<div class="container animated zoomIn fast">
{{ block "main" . }}
{{ end }}
+ {{ partial "footer.html" . }}
</div>
</body>
</html>
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
new file mode 100644
index 0000000..29b2d08
--- /dev/null
+++ b/layouts/partials/footer.html
@@ -0,0 +1,4 @@
+<div class="footer">
+ Powered by <a hreef="https://gohugo.io/">Hugo</a> with
+ <a href="https://github.com/mrmierzejewski/hugo-theme-console/">Console Theme</a>.
+</div> \ No newline at end of file