hugo-theme-minima/layouts/partials/list.html
2021-09-09 15:56:22 +08:00

4 lines
No EOL
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>