mirror of https://github.com/acid-info/vac.dev.git
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>
|