update feed creation
This commit is contained in:
parent
5eed0382ec
commit
9ff94ef981
5 changed files with 16 additions and 5 deletions
|
|
@ -3,7 +3,8 @@
|
|||
<title>$title$</title>
|
||||
<link href="$link$"/>
|
||||
<id>$id$</id>
|
||||
<updated>$date$</updated>
|
||||
<updated>$updated$</updated>
|
||||
<published>$date$</published>
|
||||
<author>
|
||||
<name>$author$</name>
|
||||
</author>
|
||||
|
|
@ -15,7 +16,8 @@ $for(articles)$
|
|||
<title>$articles.title$</title>
|
||||
<link href="$link$/$articles.filename$.html"/>
|
||||
<id>$articles.filename$</id>
|
||||
<updated>$articles.date$</updated>
|
||||
<updated>$if(articles.updated)$$articles.updated$$else$$articles.date$$endif$</updated>
|
||||
<published>$articles.date$</published>
|
||||
<author>
|
||||
<name>$articles.author$</name>
|
||||
</author>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue