try again...

This commit is contained in:
Jennifer C J Radtke
2024-02-18 14:26:16 +00:00
parent 563cbbb9a7
commit 09fc071772

View File

@@ -9,7 +9,7 @@
<pubDate>{{ "now" | date(RFC822) }}</pubDate> <pubDate>{{ "now" | date(RFC822) }}</pubDate>
<lastBuildDate>{{ "now" | date(RFC822) }}</lastBuildDate> <lastBuildDate>{{ "now" | date(RFC822) }}</lastBuildDate>
<generator>Pico</generator> <generator>Pico</generator>
{% for page in pages(depthOffset=1) if page.id not in ['index','feed'] and not end %} {% for page in pages(depth=2) if page.id not in ['index','feed'] and not end %}
<item> <item>
<title>{{ page.title | e }}</title> <title>{{ page.title | e }}</title>
<description>{{ page.id | content | e }}</description> <description>{{ page.id | content | e }}</description>