9 lines
301 B
HTML
9 lines
301 B
HTML
<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 }}"
|
|
class="text-xs lg:text-base font-semibold hover:underline"
|
|
>{{ post.title }}</a
|
|
>
|
|
</li>
|