diff options
Diffstat (limited to 'templates/partials/footer.html')
| -rw-r--r-- | templates/partials/footer.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/partials/footer.html b/templates/partials/footer.html index 472d9ea..b9db931 100644 --- a/templates/partials/footer.html +++ b/templates/partials/footer.html @@ -1,4 +1,6 @@ <footer> <hr class="divider" style="border-top: 2px solid #bbb;"> -<p>Code under AGPL, content under CC by SA.</p> +<p>Code under AGPL, content under CC by SA. <br> +Last updated on <time>%T</time></p> + </footer> |
