diff options
author | Alban Gruin | 2017-10-05 22:11:59 +0200 |
---|---|---|
committer | Alban Gruin | 2017-10-05 22:11:59 +0200 |
commit | f6e81c1a165b983316b49bdd433cd12cfebe1897 (patch) | |
tree | d638e3cf6335dcab46a415c5cb9c5946ae02dbac /templates/index.html | |
parent | ae3358c1296a02352409910a9ffcc2307d5ea87a (diff) | |
parent | 76e344f68c1616693e93791f55348272cc61267e (diff) |
Merge branch 'stable/0.10.z' into prod/pa1ch/0.10.zv0.10.1-pa1ch
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> |