We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 891ca69 commit fc67b4bCopy full SHA for fc67b4b
layouts/_default/single.html
@@ -38,7 +38,7 @@ <h1 class="post-title">
38
<footer class="post-footer">
39
<ul class="post-copyright">
40
<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>
+ <li style="word-break:break-all"><strong>文章链接:</strong><a href="{{ .Permalink | absURL }}">{{ .Permalink }}</a></li>
42
<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>
43
</ul>
44
{{- $tags := .Language.Params.Taxonomies.tag | default "tags" }}
0 commit comments