diff options
Diffstat (limited to 'templates/index.html')
| -rw-r--r-- | templates/index.html | 7 | 
1 files changed, 3 insertions, 4 deletions
| diff --git a/templates/index.html b/templates/index.html index 43c567e..71665bc 100644 --- a/templates/index.html +++ b/templates/index.html @@ -3,6 +3,7 @@    <head>      <meta charset="utf-8" />      <meta name="viewport" content="width=device-width, initial-scale=1" /> +{% block head %}{% endblock %}      <title>{% block title %}{% if year %}{{ year }} – {% endif %}{% endblock %}celcatsanitizer</title>      <link rel="stylesheet" href="{% static "celcatsanitizer/style.css" %}">    </head> @@ -23,10 +24,8 @@        {% endblock %}      </div>      <footer> -      <p>(c) 2017 – Alban Gruin – <a href="{% url "contact" %}">contacter</a><br /> -        Design inspiré par <a href="https://bestmotherfucking.website/">https://bestmotherfucking.website/</a><br /> -        Les informations affichées sur ce site sont actualisées tout les jours à minuit CET. -      </p> +      <p>(c) 2017 – Alban Gruin – <a href="{% url "django.contrib.flatpages.views.flatpage" url="contact/" %}">contacter</a> – celcatsanitizer {{ celcatsanitizer_version }} – <a href="{% url "django.contrib.flatpages.views.flatpage" url="a-propos/" %}">à propos</a><br /> +      Design inspiré par <a href="https://bestmotherfucking.website/">https://bestmotherfucking.website/</a></p>      </footer>    </body>  </html> | 
