Remove left over usage macros::title
This commit is contained in:
parent
947edd46af
commit
eb1a50519b
|
@ -5,7 +5,7 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<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 %}
|
{%- 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 }}">
|
<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 %}
|
{%- endfor %}
|
||||||
|
|
|
@ -13,5 +13,3 @@
|
||||||
data-colors="{{ config.extra.theme.main | default(value="#2B8AC6") }}"
|
data-colors="{{ config.extra.theme.main | default(value="#2B8AC6") }}"
|
||||||
></script>
|
></script>
|
||||||
{% endmacro podlove_subscribe_button %}
|
{% endmacro podlove_subscribe_button %}
|
||||||
{% macro title(page) -%}
|
|
||||||
{%- endmacro poster %}
|
|
||||||
|
|
Loading…
Reference in a new issue