X-Git-Url: https://git.mdrn.pl/emels.git/blobdiff_plain/9a562b70e163a38161f0e47578fcb898f9195224..3b28f4c83300058d7415df66cad6ab8be10f1c3e:/emels/templates/base_super.html diff --git a/emels/templates/base_super.html b/emels/templates/base_super.html index 99f2fbd..fcd5fda 100644 --- a/emels/templates/base_super.html +++ b/emels/templates/base_super.html @@ -4,12 +4,12 @@ {% load pipeline static %} {% load piwik_tags %} -{% macro title %}{% block title %}{% endblock %}{% endmacro %} +{% macro title %}{% block titleextra %}{% endblock %}{% endmacro %} {% macro site_name %}Emels{% endmacro %} - {% block full_title %}{% usemacro title %} :: {% usemacro site_name %}{% endblock %} + {% block full_title %}{% usemacro title %} {% usemacro site_name %}{% endblock %} {% stylesheet 'base' %} @@ -21,6 +21,7 @@ +