Do not include folders in sitemap.xml

This commit is contained in:
Daniel Siepmann 2020-01-19 19:33:25 +01:00
parent b63ac9b93f
commit 27ecd0fb2c

View file

@ -9,9 +9,11 @@
<ttl>1800</ttl>
<f:for each="{items}" as="item">
<f:if condition="{item.data.doktype} < 200">
{f:render(section: 'Item', arguments: {
item: item.data
})}
</f:if>
</f:for>
</channel>
</rss>