add author to rssfeed
This commit is contained in:
parent
abfc147c22
commit
5721fe56ac
7 changed files with 15 additions and 0 deletions
|
|
@ -33,6 +33,9 @@ $for(articles)$
|
|||
$if(articles.title)$
|
||||
<title>$articles.title$</title>
|
||||
$endif$
|
||||
$if(articles.email)$
|
||||
<author>$articles.email$</author>
|
||||
$endif$
|
||||
$if(articles.filename)$
|
||||
<link>$link$/$articles.filename$.html</link>
|
||||
$endif$
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue