🐛 Fixed the post's link URL.

This commit is contained in:
凡梦星尘
2022-06-16 17:39:16 +08:00
parent 2294f936e4
commit 78250ed508
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
{{- if $.IsHome }}
{{- if and .Site.Params.readMoreBtn (not .Params.Expand) }}
<div class="post-button">
<a class="btn" href="{{ .Permalink }}#more" rel="contents">
<a class="btn" href="{{ .RelPermalink | relLangURL }}#more" rel="contents">
{{ T "PostReadMore" }} &raquo;
</a>
</div>