Remove itunes category from feed

master
Simon Bruder 2022-01-12 19:59:44 +01:00
parent aaf58bdbfc
commit c81798289f
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
2 changed files with 0 additions and 2 deletions

View File

@ -29,7 +29,6 @@ subtitle = "(Nicht nur) Schulische Themen"
acronym = "SCH"
[extra.itunes]
category = "News"
[extra.theme]
main = "#00a0bd"

View File

@ -21,7 +21,6 @@
</image>
<itunes:author>{{ config.extra.author }}</itunes:author>
<itunes:summary>{{ config.description }}</itunes:summary>
<itunes:category text="{{ config.extra.itunes.category }}"/>
<itunes:image href="{{ get_url(path="assets/poster.jpg") | safe }}"/>
<itunes:subtitle>{{ config.extra.subtitle }}</itunes:subtitle>
{%- for page in pages %}