about summary refs log tree commit diff
path: root/users/wpcarro/website/blog/fragments/post.html
blob: 44593094ecdf991f4a200222cd4b6527d31c5b15 (plain) (blame)
1
2
3
4
5
6
7
8
<li class="pb-6 md:pb-10">
  <h2 class="text-bold text-xl">
    <a class="font-bold text-blue-600 hover:underline" href="@postUrl@">
      @postTitle@
    </a>
  </h2>
  <p class="text-gray-500">@postDate@</p>
</li>