hugo-theme-minima/layouts/partials/list.html

6 lines
266 B
HTML
Raw Normal View History

2021-09-09 09:56:22 +02:00
<div class="flex sm:flex-col my-5 sm:mb-6 sm:mt-3">
2021-10-28 18:03:48 +02:00
{{ if .Site.Params.displayDate }}
2021-09-09 09:56:22 +02:00
<div class="min-w-32 sm:mb-2 sm:text-sm">{{ dateFormat .Site.Params.timeformat .Date }}</div>
2021-10-28 18:01:17 +02:00
{{ end }}
2021-09-09 09:56:22 +02:00
<a class="self-start" href="{{ .RelPermalink }}">{{ .Title }}</a>
</div>