4 lines
222 B
HTML
4 lines
222 B
HTML
|
<div class="flex sm:flex-col my-5 sm:mb-6 sm:mt-3">
|
||
|
<div class="min-w-32 sm:mb-2 sm:text-sm">{{ dateFormat .Site.Params.timeformat .Date }}</div>
|
||
|
<a class="self-start" href="{{ .RelPermalink }}">{{ .Title }}</a>
|
||
|
</div>
|