diff options
author | Blaise Thompson <blaise@untzag.com> | 2021-07-07 10:05:50 -0500 |
---|---|---|
committer | Blaise Thompson <blaise@untzag.com> | 2021-07-07 10:05:50 -0500 |
commit | 080e2eaebaa99913a84352fb969dd8ddb49d8cd3 (patch) | |
tree | 90c047a486d5e2bfa69c07d275daf81bac028694 /templates/footer.html | |
parent | 09ac59c5fcda241317245cf439199ff06111d574 (diff) |
readme, footer
Diffstat (limited to 'templates/footer.html')
-rw-r--r-- | templates/footer.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/footer.html b/templates/footer.html index 10419e2..a544860 100644 --- a/templates/footer.html +++ b/templates/footer.html @@ -1,10 +1,10 @@ <hr> <p style="display:inline;"> -built {{ date }} +built {{ date }} UTC <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>) +(<a href="https://git.blaise.zone/website/blaise.zone.git/about/">source</a>) </div> </p> |