try getting articles, not header pages
This commit is contained in:
@@ -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() if page.id not in ['index','feed'] and not end %}
|
{% for page in pages(depthOffset=1) 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>
|
||||||
|
|||||||
Reference in New Issue
Block a user