Remove left over usage macros::title

master
Simon Bruder 2022-02-11 21:01:16 +01:00
parent 947edd46af
commit eb1a50519b
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
2 changed files with 1 additions and 3 deletions

View File

@ -5,7 +5,7 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{% block title %}{% if page.title %}{{ macros::title(page=page) }} {% endif %}{{ config.title }}{% endblock title %}</title>
<title>{% block title %}{% if page.title %}{{ page.title }} {% endif %}{{ config.title }}{% endblock title %}</title>
{%- for format in config.extra.formats %}
<link rel="alternate" type="application/rss+xml" title="Podcast Feed: {{ config.title }} ({{ format.name }})" href="{{ get_url(path="formats/" ~ format.ext ~ "/rss.xml") | safe }}">
{%- endfor %}

View File

@ -13,5 +13,3 @@
data-colors="{{ config.extra.theme.main | default(value="#2B8AC6") }}"
></script>
{% endmacro podlove_subscribe_button %}
{% macro title(page) -%}
{%- endmacro poster %}