diff options
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html index b03563a..d8127cc 100644 --- a/templates/base.html +++ b/templates/base.html @@ -9,6 +9,7 @@ // --></script> {% block extra_head %}{{extra_head|safe}}{% endblock %} <link rel="stylesheet" href="{{ media_path }}styles.css" /> + {% block head %}{% endblock %} </head> <body> |