about summary refs log tree commit diff
path: root/users/wpcarro/website/blog/fragments/post.html
blob: 2741292aa93091ce55c380a0f6be90fc0b9d2058 (plain) (blame)
1
2
3
4
5
6
7
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>