aboutsummaryrefslogtreecommitdiff
path: root/layouts/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/index.html')
-rw-r--r--layouts/index.html5
1 files changed, 1 insertions, 4 deletions
diff --git a/layouts/index.html b/layouts/index.html
index c4dcf34..894b065 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -13,9 +13,6 @@
<main>
{{ .Content }}
</main>
+ {{ partial "footer.html" . }}
</body>
- <footer>
- Site content is <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC-BY-SA-4.0</a>.
- Software projects are <a href="https://www.gnu.org/licenses/gpl-3.0.en.html">GNU GPLv3</a>.
- </footer>
</html>