🐛 Fixed the archives list page permalink visit.
This commit is contained in:
parent
1f668be6fa
commit
97799aaaa8
@ -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 }}
|
||||||
|
Loading…
Reference in New Issue
Block a user