Implement article indexing in ansi
This commit is contained in:
parent
0cc991a3f2
commit
7d71c4bfda
10 changed files with 94 additions and 42 deletions
|
|
@ -93,7 +93,7 @@ $if(articles)$
|
|||
<li>
|
||||
<div class="articles-header">
|
||||
$if(articles.title)$
|
||||
<a href="$articles.filename$" class="articles-title">$articles.title$</a>
|
||||
<a href="$articles.filename$.html" class="articles-title">$articles.title$</a>
|
||||
$endif$
|
||||
$if(articles.author)$
|
||||
<p class="articles-author"><em>$articles.author$</em></p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue