aboutsummaryrefslogtreecommitdiff
path: root/layouts/_default/list.html
diff options
context:
space:
mode:
authorMichael Hunteman <michael@huntm.net>2023-08-22 19:44:22 -0500
committerMichael Hunteman <michael@huntm.net>2023-08-25 15:10:18 -0500
commitce1120353c628a8650253923fa573f17d97d8eee (patch)
tree0b73d7bca22da9a4ac732402de7326aae2f73939 /layouts/_default/list.html
parente69199578b1a7400c4d07952e7c2151b2488345d (diff)
Include license versions in footer
Diffstat (limited to 'layouts/_default/list.html')
-rw-r--r--layouts/_default/list.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index 0171579..c4541d1 100644
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -27,7 +27,7 @@
</main>
</body>
<footer>
- 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>.
+ 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>