]> git.0d.be Git - chloro.git/blobdiff - chloro/phyll/templates/phyll/base.html
add note title in page <title>
[chloro.git] / chloro / phyll / templates / phyll / base.html
index d46f147950d922879389a13aa5393e13abc16ca5..54a1f4a3b6d69003201111f114c9ef19f6ebe046 100644 (file)
@@ -3,8 +3,9 @@
   <head>
     <meta charset="utf-8"/> <!-- đŸŒ± -->
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
-    <title>Coin web de FrĂ©dĂ©ric PĂ©ters</title>
+    <title>{% block page-title %}Coin web de FrĂ©dĂ©ric PĂ©ters{% endblock %}</title>
     <link rel="stylesheet" type="text/css" href="/static/css/style.css">
+    <link rel="alternate" type="application/atom+xml" title="Atom feed" href="/feed/atom" />
     {% block bottom-head %}
     {% endblock %}
   </head>
@@ -16,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>