add author to rssfeed

This commit is contained in:
Never Gude 2026-02-12 01:54:19 +01:00
parent abfc147c22
commit 5721fe56ac
7 changed files with 15 additions and 0 deletions

View file

@ -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$