Remove itunes category from feed
This commit is contained in:
parent
aaf58bdbfc
commit
c81798289f
|
@ -29,7 +29,6 @@ subtitle = "(Nicht nur) Schulische Themen"
|
||||||
acronym = "SCH"
|
acronym = "SCH"
|
||||||
|
|
||||||
[extra.itunes]
|
[extra.itunes]
|
||||||
category = "News"
|
|
||||||
|
|
||||||
[extra.theme]
|
[extra.theme]
|
||||||
main = "#00a0bd"
|
main = "#00a0bd"
|
||||||
|
|
|
@ -21,7 +21,6 @@
|
||||||
</image>
|
</image>
|
||||||
<itunes:author>{{ config.extra.author }}</itunes:author>
|
<itunes:author>{{ config.extra.author }}</itunes:author>
|
||||||
<itunes:summary>{{ config.description }}</itunes:summary>
|
<itunes:summary>{{ config.description }}</itunes:summary>
|
||||||
<itunes:category text="{{ config.extra.itunes.category }}"/>
|
|
||||||
<itunes:image href="{{ get_url(path="assets/poster.jpg") | safe }}"/>
|
<itunes:image href="{{ get_url(path="assets/poster.jpg") | safe }}"/>
|
||||||
<itunes:subtitle>{{ config.extra.subtitle }}</itunes:subtitle>
|
<itunes:subtitle>{{ config.extra.subtitle }}</itunes:subtitle>
|
||||||
{%- for page in pages %}
|
{%- for page in pages %}
|
||||||
|
|
Loading…
Reference in a new issue