mirror of
https://github.com/vacp2p/vac.dev.git
synced 2026-01-08 22:28:01 -05:00
5 lines
285 B
HTML
5 lines
285 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>
|