test
This commit is contained in:
parent
6218c3b0af
commit
ad5a1ca636
5 changed files with 4 additions and 8 deletions
|
|
@ -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$
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue