diff --git a/ckan/templates/base.jinja.html b/ckan/templates/base.jinja.html index 55bedab4c0b..4cc21486b64 100644 --- a/ckan/templates/base.jinja.html +++ b/ckan/templates/base.jinja.html @@ -31,7 +31,8 @@ {% block title %}My Subtitle - {{ super() }}{% endblock %} #} - {% block title %}CKAN{% title %} + {% block title %}CKAN{% endblock %} + {# The links block allows you to add additonal content before the stylesheets