about summary refs log tree commit diff
path: root/users/wpcarro/website/blog/fragments/post.html
<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>