aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/footer.html
diff options
context:
space:
mode:
authorMichael Hunteman <michael@huntm.net>2023-03-23 19:08:39 -0500
committerMichael Hunteman <michael@huntm.net>2023-03-23 22:11:46 -0500
commit2d5f981742fd4d7f6eaf2f12ead7c1d9dbb2bff2 (patch)
tree04db1f4cfe34c0c9c491c875440cdb2242df496e /layouts/partials/footer.html
parent1dc8d822345f5656b3eb0aedc6f9cb573e62685e (diff)
Change nav format and remove hr
Diffstat (limited to 'layouts/partials/footer.html')
-rw-r--r--layouts/partials/footer.html10
1 files changed, 1 insertions, 9 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 1226f49..8952bf1 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -1,13 +1,5 @@
<footer>
- <hr />
- <nav>
- <ul class="links">
- {{ range .Site.Menus.footer }}
- <li><a href="{{ .URL }}">{{ .Name }}</a></li>
- {{ end }}
- </ul>
- </nav>
- <hr />
Site content is <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC-BY-SA</a>.
Projects are <a href="https://www.gnu.org/licenses/gpl-3.0.en.html">GNU GPL</a>.
</footer>
+</html>