Skip to content

Commit 1e5588b

Browse files
committed
Added article descriptions to archive page
1 parent 36fa5d8 commit 1e5588b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

templates/postyear.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ <h2>$year$</h2>
22
<ul>
33
$for(posts)$
44
<li>
5-
<a href="$url$">$title$</a> posted on $date$
5+
<p><a href="$url$">$title$</a> posted on $date$</p>
6+
<p><i>$description$</i></p>
67
</li>
78
$endfor$
89
</ul>

0 commit comments

Comments
 (0)