diff options
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 43c567e..5c0f618 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> |