From a61f5a3f507395c2aa0cab09f14f4308159935f6 Mon Sep 17 00:00:00 2001 From: Alban Gruin Date: Wed, 4 Oct 2017 17:38:01 +0200 Subject: Ajout d’une description en balise meta et de liens alternate --- templates/index.html | 1 + templates/timetable.html | 7 +++++++ 2 files changed, 8 insertions(+) (limited to 'templates') 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 @@ +{% block head %}{% endblock %} {% block title %}{% if year %}{{ year }} – {% endif %}{% endblock %}celcatsanitizer diff --git a/templates/timetable.html b/templates/timetable.html index 9143c2f..4ab6a1a 100644 --- a/templates/timetable.html +++ b/templates/timetable.html @@ -1,5 +1,12 @@ {% extends "index.html" %} +{% block head %} + + + + +{% endblock %} + {% block title %}{{ group.timetable }} – {{ group }} – Semaine {{ week }} – {% endblock %} {% block body %} -- cgit v1.2.1