back to content
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
{% for page in pages if page.id not in ['index','feed'] and not end %}
|
{% for page in pages 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 | description | e }}</description>
|
<description>{{ page.id | content | e }}</description>
|
||||||
<pubDate>{{ page.date | date(RFC822) }}</pubDate>
|
<pubDate>{{ page.date | date(RFC822) }}</pubDate>
|
||||||
<link>{{ page.url }}</link>
|
<link>{{ page.url }}</link>
|
||||||
<guid isPermaLink="true">{{ page.url }}</guid>
|
<guid isPermaLink="true">{{ page.url }}</guid>
|
||||||
|
|||||||
Reference in New Issue
Block a user