diff options
Diffstat (limited to 'templates/web/base.html')
-rw-r--r-- | templates/web/base.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/web/base.html b/templates/web/base.html index 98139fe..c41a5b2 100644 --- a/templates/web/base.html +++ b/templates/web/base.html @@ -26,5 +26,12 @@ </head> <body> {% block content %}{% endblock %} + <footer> + <small> + <a href="/about.html">about</a> + ยท Generated by + <a href="https://git.sr.ht/~fabrixxm/lesanaweb">Lesana Web</a> + </small> + </footer> </body> </html> |