diff options
Diffstat (limited to 'app/templates/base.html')
| -rw-r--r-- | app/templates/base.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/templates/base.html b/app/templates/base.html index bc2f047..50cf3ef 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -98,4 +98,10 @@ {% endblock %} </main> {% endblock %} + + <footer> + Copyright © 2018 to <a href="https://rubenwardy.com/">rubenwardy</a> | + <a href="{{ url_for('flatpage', path='help') }}">Help</a> | + <a href="https://github.com/minetest/contentdb">GitHub</a> + </footer> </html> |
