aboutsummaryrefslogtreecommitdiff
path: root/layouts/blog
diff options
context:
space:
mode:
authorMichael Hunteman <michael@huntm.net>2024-01-08 10:49:43 -0600
committerMichael Hunteman <michael@huntm.net>2024-01-08 10:49:43 -0600
commit3c17c9a148218ce4f48d4b4487e21afe2417b32f (patch)
tree3998aafd1f29aed83a9e72c8489587ee75b5c2db /layouts/blog
parent1828f99b5ad77c80588971e80da9943de5f3c0ad (diff)
Update footer style
Diffstat (limited to 'layouts/blog')
-rw-r--r--layouts/blog/single.html5
1 files changed, 1 insertions, 4 deletions
diff --git a/layouts/blog/single.html b/layouts/blog/single.html
index 5c91492..b8ceba1 100644
--- a/layouts/blog/single.html
+++ b/layouts/blog/single.html
@@ -19,9 +19,6 @@
</h2>
{{ .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>