diff options
Diffstat (limited to 'templates/post-list.html')
| -rw-r--r-- | templates/post-list.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/post-list.html b/templates/post-list.html new file mode 100644 index 0000000..32a8d3f --- /dev/null +++ b/templates/post-list.html @@ -0,0 +1,8 @@ +<table> + $for(posts)$ + <tr class="archive"> + <th><strong>$date$</strong></th> + <td><a href="$url$">$title$</a></td> + </tr> + $endfor$ +</table> |
