diff options
author | Blaise Thompson <blaise@untzag.com> | 2020-04-15 19:05:33 -0500 |
---|---|---|
committer | Blaise Thompson <blaise@untzag.com> | 2020-04-15 19:05:33 -0500 |
commit | 908593022c229a667d0ff2625fd88b65d9331a46 (patch) | |
tree | fb123d5d175dbe9164d9c7d6e0327302e10e2424 /templates/footer.html | |
parent | 8bea031bd0f2db29dc274bd17f4138f808500734 (diff) |
update style
Diffstat (limited to 'templates/footer.html')
-rw-r--r-- | templates/footer.html | 9 |
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> |