diff --git a/templates/base.html b/templates/base.html index fb23ce4..448088b 100644 --- a/templates/base.html +++ b/templates/base.html @@ -5,7 +5,7 @@ - {% block title %}{% if page.title %}{{ macros::title(page=page) }} – {% endif %}{{ config.title }}{% endblock title %} + {% block title %}{% if page.title %}{{ page.title }} – {% endif %}{{ config.title }}{% endblock title %} {%- for format in config.extra.formats %} {%- endfor %} diff --git a/templates/macros.html b/templates/macros.html index b3bc48a..d438fa3 100644 --- a/templates/macros.html +++ b/templates/macros.html @@ -13,5 +13,3 @@ data-colors="{{ config.extra.theme.main | default(value="#2B8AC6") }}" > {% endmacro podlove_subscribe_button %} -{% macro title(page) -%} -{%- endmacro poster %}