diff options
author | Alban Gruin | 2017-10-04 17:38:01 +0200 |
---|---|---|
committer | Alban Gruin | 2017-10-04 17:38:01 +0200 |
commit | a61f5a3f507395c2aa0cab09f14f4308159935f6 (patch) | |
tree | a8e0f1a76b946b2c355bb9994e3eb51a1bc36987 /templates/index.html | |
parent | 175fcd46f56d8c1c5d10a50b401c09c25cfcdf82 (diff) |
Ajout d’une description en balise meta et de liens alternate
Diffstat (limited to 'templates/index.html')
-rw-r--r-- | templates/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/index.html b/templates/index.html index 8d7634e..005fd5b 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> |