diff options
Diffstat (limited to 'templates/footer.html')
-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> |