Correctly add Tag0 and Subtitle to list output.
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user