summaryrefslogtreecommitdiff
path: root/templates/footer.html
diff options
context:
space:
mode:
authorBlaise Thompson <blaise@untzag.com>2020-04-15 19:05:33 -0500
committerBlaise Thompson <blaise@untzag.com>2020-04-15 19:05:33 -0500
commit908593022c229a667d0ff2625fd88b65d9331a46 (patch)
treefb123d5d175dbe9164d9c7d6e0327302e10e2424 /templates/footer.html
parent8bea031bd0f2db29dc274bd17f4138f808500734 (diff)
update style
Diffstat (limited to 'templates/footer.html')
-rw-r--r--templates/footer.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/templates/footer.html b/templates/footer.html
index 7016b7a..3cc1a0e 100644
--- a/templates/footer.html
+++ b/templates/footer.html
@@ -1,9 +1,10 @@
<hr>
-<ul class="horizontal">
- <li>built {{ date }}</li>
- <li><a href="https://creativecommons.org/publicdomain/zero/1.0/">CC0</a>: no copyright</li>
-</ul>
+<p>
+built {{ date }}
+{{ "\xa0" * 36 }}
+<a href="https://creativecommons.org/publicdomain/zero/1.0/">CC0</a>: no copyright
+</p>
</body>
</html>