layouts/_default/index.html: use post-meta partial here too

This commit is contained in:
revsuine 2024-11-25 15:55:03 +00:00
parent c0a6202435
commit d184493a0e
Signed by: revsuine
GPG key ID: 3F257B68F5BC9339

View file

@ -20,16 +20,7 @@
<a href="{{ .Permalink }}">{{ .Title | markdownify }}</a>
</h2>
<div class="post-meta">
{{- if .Date -}}
<time class="post-date">
{{- partial "post-date" . -}}
</time>
{{- end -}}
{{- with .Params.Author -}}
<span class="post-author">{{ . }}</span>
{{- end -}}
</div>
{{ partial "post-meta.html" . }}
{{ if .Params.tags }}
<span class="post-tags">