Skip to content

Commit fc67b4b

Browse files
authored
Update single.html
1 parent 891ca69 commit fc67b4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/_default/single.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ <h1 class="post-title">
3838
<footer class="post-footer">
3939
<ul class="post-copyright">
4040
<li><strong>文章作者:</strong><a rel="author" href="//liudon.com">Liudon</a></li>
41-
<li style="word-break:break-all"><strong>文章链接:</strong><a href="{{ .Permalink | absURL }}">{{ url.QueryUnescape .Permalink }}</a></li>
41+
<li style="word-break:break-all"><strong>文章链接:</strong><a href="{{ .Permalink | absURL }}">{{ .Permalink }}</a></li>
4242
<li><strong>版权声明:</strong>本站采用 <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA 4.0</a> 协议,完整转载请注明来自 <a href="//liudon.com">流动</a></li>
4343
</ul>
4444
{{- $tags := .Language.Params.Taxonomies.tag | default "tags" }}

0 commit comments

Comments
 (0)