vac.dev-experimental-old/_includes/post-preview.html

9 lines
301 B
HTML
Raw Permalink Normal View History

2021-08-04 13:16:29 +00:00
<li class="flex flex-col w-full sm:w-1/2 lm:max-w-screen-xs mb-5 lg:mb-8">
<time class="text-xxs opacity-75">{{ post.date | date: '%B %d, %Y' }}</time
><a
href="{{ site.baseurl }}{{ post.url }}"
2021-08-06 13:38:34 +00:00
class="text-xs lg:text-base font-semibold hover:underline"
2021-08-04 13:16:29 +00:00
>{{ post.title }}</a
>
</li>