Do not include folders in sitemap.xml
This commit is contained in:
parent
b63ac9b93f
commit
27ecd0fb2c
1 changed files with 5 additions and 3 deletions
|
@ -9,9 +9,11 @@
|
||||||
<ttl>1800</ttl>
|
<ttl>1800</ttl>
|
||||||
|
|
||||||
<f:for each="{items}" as="item">
|
<f:for each="{items}" as="item">
|
||||||
{f:render(section: 'Item', arguments: {
|
<f:if condition="{item.data.doktype} < 200">
|
||||||
item: item.data
|
{f:render(section: 'Item', arguments: {
|
||||||
})}
|
item: item.data
|
||||||
|
})}
|
||||||
|
</f:if>
|
||||||
</f:for>
|
</f:for>
|
||||||
</channel>
|
</channel>
|
||||||
</rss>
|
</rss>
|
||||||
|
|
Loading…
Reference in a new issue