summary refs log tree commit diff stats
path: root/src/templates/home.html
diff options
context:
space:
mode:
authorAlan Pearce2017-07-01 14:11:52 +0200
committerAlan Pearce2017-07-01 14:12:07 +0200
commit2d931962b74fe06c1bfbc2454fa166d24e8e2f59 (patch)
tree028972fae8fe6d7274ad58ccae5ac8bcc1f93d8e /src/templates/home.html
parentb0b4517c1329595f9525bcc9e9e176dc5b43f575 (diff)
downloadhomestead-2d931962b74fe06c1bfbc2454fa166d24e8e2f59.tar.lz
homestead-2d931962b74fe06c1bfbc2454fa166d24e8e2f59.tar.zst
homestead-2d931962b74fe06c1bfbc2454fa166d24e8e2f59.zip
feat: Add date to posts
Diffstat (limited to 'src/templates/home.html')
-rw-r--r--src/templates/home.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/templates/home.html b/src/templates/home.html
index 97ac89a..a3597a1 100644
--- a/src/templates/home.html
+++ b/src/templates/home.html
@@ -1,5 +1,6 @@
 <ul class="posts">
   <li class="post">
     <a href="/">Test post please ignore</a>
+    <time></time>
   </li>
 </ul>