about summary refs log tree commit diff
path: root/users/wpcarro/website/blog/fragments/post.html
diff options
context:
space:
mode:
Diffstat (limited to 'users/wpcarro/website/blog/fragments/post.html')
-rw-r--r--users/wpcarro/website/blog/fragments/post.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/users/wpcarro/website/blog/fragments/post.html b/users/wpcarro/website/blog/fragments/post.html
new file mode 100644
index 0000000000..2741292aa9
--- /dev/null
+++ b/users/wpcarro/website/blog/fragments/post.html
@@ -0,0 +1,8 @@
+<li class="pb-6 md:pb-10 text-md md:text-xl">
+  <h2 class="text-bold">
+    <a class="font-bold text-blue-600 hover:underline" href="@postUrl@">
+      @postTitle@
+    </a>
+  </h2>
+  <p class="text-gray-500">@postDate@</p>
+</li>