This commit is contained in:
Never Gude 2026-02-12 02:33:53 +01:00
parent 6218c3b0af
commit ad5a1ca636
5 changed files with 4 additions and 8 deletions

View file

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