diff options
| author | Alban Gruin | 2017-11-07 18:04:31 +0100 | 
|---|---|---|
| committer | Alban Gruin | 2017-11-07 18:04:31 +0100 | 
| commit | ffffd9842dbaba0b0e89ff5f434f45792e2b73b6 (patch) | |
| tree | 8e771d2e87e3fcc28efd1bd3beb4583af8231f88 /templates/index.html | |
| parent | ae3358c1296a02352409910a9ffcc2307d5ea87a (diff) | |
| parent | 04ca9906dccbfd290a08aef037873302ff7eac3d (diff) | |
Merge branch 'stable/0.11.z' into prod/pa1ch/0.y.zv0.11.0-pa1ch
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> | 
