🐛 Fixed the archives list page permalink visit.

This commit is contained in:
凡梦星尘 2022-08-02 18:42:33 +08:00
parent 1f668be6fa
commit 97799aaaa8

View File

@ -18,7 +18,7 @@
<i class="fa fa-external-link-alt"></i> <i class="fa fa-external-link-alt"></i>
</a> </a>
{{- else }} {{- else }}
<a class="post-title-link" href="{{ .Permalink }}" itemprop="url"> <a class="post-title-link" href="{{ .RelPermalink | relLangURL }}" itemprop="url">
<span itemprop="name">{{ .Title }}</span> <span itemprop="name">{{ .Title }}</span>
</a> </a>
{{- end }} {{- end }}