Revert: use .Title at summary to show post title

This commit is contained in:
Cell
2024-04-29 15:14:42 +08:00
parent b52b31a0cd
commit f6ed1ce8fe
+1 -1
View File
@@ -31,7 +31,7 @@
<span title="{{ $title }}" class="icon-repost">{{- $icon | partial "plugin/icon.html" -}}</span>
{{- end -}}
{{- end -}}
<a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a>
<a href="{{ .RelPermalink }}">{{ .Title }}</a>
</h2>
{{- /* Meta */ -}}