tweaks to author

This commit is contained in:
Never Gude 2026-02-12 02:03:08 +01:00
parent 5721fe56ac
commit 6218c3b0af
3 changed files with 7 additions and 7 deletions

View file

@ -34,7 +34,7 @@ $if(articles.title)$
<title>$articles.title$</title>
$endif$
$if(articles.email)$
<author>$articles.email$</author>
<author>$articles.email$ $if(articles.author)$($articles.author$)$endif$</author>
$endif$
$if(articles.filename)$
<link>$link$/$articles.filename$.html</link>