diff options
Diffstat (limited to '.templates/base.html')
| -rw-r--r-- | .templates/base.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.templates/base.html b/.templates/base.html index 17fd733..bb584d4 100644 --- a/.templates/base.html +++ b/.templates/base.html @@ -43,11 +43,9 @@ {% block content %} {% endblock %} - {% block after_content %} - {% endblock %} - {% block footer %} <div id="footer"> + <p>Questions? Comments? Feedback? <a href="mailto:owen+blog@grimoire.ca">Email me</a>!</p> <p> {% if 'wiki-name' in config %} {{ config['wiki-name']|e }} — |
