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 %}
|
||||
<item>
|
||||
<title>{{ page.title | e }}</title>
|
||||
<description>{{ page.id | description | e }}</description>
|
||||
<description>{{ page.id | content | e }}</description>
|
||||
<pubDate>{{ page.date | date(RFC822) }}</pubDate>
|
||||
<link>{{ page.url }}</link>
|
||||
<guid isPermaLink="true">{{ page.url }}</guid>
|
||||
|
||||
Reference in New Issue
Block a user