]> git.0d.be Git - chloro.git/blobdiff - chloro/phyll/templates/phyll/base.html
templates: add contact email in footer
[chloro.git] / chloro / phyll / templates / phyll / base.html
index de553ab47a7d01823bdc3bace5ccceadfaaf1409..aa0f2cff740907430fb4ab2b38daecfb7a9e9451 100644 (file)
@@ -17,6 +17,9 @@
       {% block body %}
       {% endblock %}
     </main>
+    <footer>
+      <p>Contact : <a href="mailto:fpeters@0d.be">fpeters@0d.be</a></p>
+    </footer>
   {% if request.user.is_staff %}
   <div class="actions">
     <a href="/new-note/">{% trans "New Note" %}</a>