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

6 lines
No EOL
269 B
HTML

<div class="flex justify-between sm:flex-col-reverse my-5 sm:mb-6 sm:mt-3">
<a class="" href="{{ .RelPermalink }}">{{ .Title }}</a>
{{ if .Site.Params.displayDate }}
<div class="sm:mb-2 sm:text-sm">{{ dateFormat .Site.Params.timeformat .Date }}</div>
{{ end }}
</div>