summary refs log tree commit diff stats
path: root/src/templates/list.html
diff options
context:
space:
mode:
authorAlan Pearce2017-07-04 21:03:24 +0200
committerAlan Pearce2017-07-04 21:03:24 +0200
commit9d601e206bdad2c384f2328a14fea8c0f5428ca9 (patch)
treef83086a1139ea84393ebe30436f30205f9750024 /src/templates/list.html
parente7b08b1dfe3f2a2596deb6e2a72bb79805d3708f (diff)
downloadhomestead-9d601e206bdad2c384f2328a14fea8c0f5428ca9.tar.lz
homestead-9d601e206bdad2c384f2328a14fea8c0f5428ca9.tar.zst
homestead-9d601e206bdad2c384f2328a14fea8c0f5428ca9.zip
feat: Add posts listing
Diffstat (limited to 'src/templates/list.html')
-rw-r--r--src/templates/list.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/templates/list.html b/src/templates/list.html
new file mode 100644
index 0000000..44244e5
--- /dev/null
+++ b/src/templates/list.html
@@ -0,0 +1,6 @@
+<ul class="h-feed">
+  <li class="h-entry">
+    <a class="u-url p-name" href="/">Test post please ignore</a>
+    <time class="dt-published"></time>
+  </li>
+</ul>