diff options
author | Alan Pearce | 2023-04-26 13:32:25 +0200 |
---|---|---|
committer | Alan Pearce | 2023-04-26 13:32:25 +0200 |
commit | f9fffe7e4084066fd7077ff951976e4108defdf8 (patch) | |
tree | 1dccee9d462577146e8561b6b87e75e801d6f309 | |
parent | e575f226607d089ca2fbf6e73edc133e691357db (diff) | |
download | website-f9fffe7e4084066fd7077ff951976e4108defdf8.tar.lz website-f9fffe7e4084066fd7077ff951976e4108defdf8.tar.zst website-f9fffe7e4084066fd7077ff951976e4108defdf8.zip |
Re-add <footer> to footer template
-rw-r--r-- | templates/footer.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/footer.html b/templates/footer.html index d66241b..422c90c 100644 --- a/templates/footer.html +++ b/templates/footer.html @@ -1 +1 @@ -Licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>. +<footer>Licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.</footer> |