diff options
author | Blaise Thompson <blaise@untzag.com> | 2021-07-05 15:28:06 -0500 |
---|---|---|
committer | Blaise Thompson <blaise@untzag.com> | 2021-07-05 15:28:06 -0500 |
commit | bb1e4faf894b1da14eee79ee41183a16fb1df922 (patch) | |
tree | 2801dfecd01c2018c5a729cd7fd2e6a0c1b3e1e5 /templates | |
parent | ac9cb28d852c750b251359397a2c361d3cf7176a (diff) |
new footer
Diffstat (limited to 'templates')
-rw-r--r-- | templates/footer.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/footer.html b/templates/footer.html index 3cc1a0e..10419e2 100644 --- a/templates/footer.html +++ b/templates/footer.html @@ -1,9 +1,11 @@ <hr> -<p> +<p style="display:inline;"> built {{ date }} -{{ "\xa0" * 36 }} +<div style="float:right;"> <a href="https://creativecommons.org/publicdomain/zero/1.0/">CC0</a>: no copyright +(<a href="http://git.blaise.zone/website/blog.git/">source</a>) +</div> </p> </body> |