summaryrefslogtreecommitdiff
path: root/templates/post-list.html
diff options
context:
space:
mode:
authorCarlos Sosa <gnusosa@gnusosa.net>2018-08-28 00:22:45 -0700
committerCarlos Sosa <gnusosa@gnusosa.net>2018-08-28 00:22:45 -0700
commite48a9d406fbd5489dc25bcdd92b1df2b0c862105 (patch)
treeac11a023e3e1f0c03514bf6d918de4270036f504 /templates/post-list.html
Initial commit
Diffstat (limited to 'templates/post-list.html')
-rw-r--r--templates/post-list.html8
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>