Correctly add Tag0 and Subtitle to list output.

This commit is contained in:
2025-11-16 08:34:05 -07:00
parent 6d339429bd
commit 6344bca49f

View File

@@ -17,9 +17,9 @@
<li class="post-item">
<a href="{{.Permalink}}" class="post-item-inner">
<span class="post-title">
{{.Title}}
{{ if .subtitle }}
- {{ .subtitle }}
{{ if .Params.tags }}{{ index .Params.tags 0 | title }}:{{ end }}
{{.Title}}{{ if .Params.subtitle }}
{{ "--" | markdownify }} {{ .Params.subtitle}}
{{ end }}
</span>
<span class="post-day">