summaryrefslogtreecommitdiffstats
path: root/posts/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'posts/index.md')
-rw-r--r--posts/index.md14
1 files changed, 6 insertions, 8 deletions
diff --git a/posts/index.md b/posts/index.md
index c690441..a5742d6 100644
--- a/posts/index.md
+++ b/posts/index.md
@@ -4,11 +4,9 @@ title: News archive
# News archive
-<table>
- {{#posts/index}}
- <tr>
- <td>{{date}}</td>
- <td><a href="{{html}}">{{title}}</a></td>
- </tr>
- {{/posts/index}}
-</table>
+<ul class="home-list">
+{{#posts/index}}
+ <li><time>{{date}}</time> <a href="{{html}}">{{title}}</a></li>
+{{/posts/index}}
+</ul>
+