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 4383818 commit 26eb73bCopy full SHA for 26eb73b
layouts/_default/single.html
@@ -39,7 +39,7 @@ <h1 class="post-title">
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 }}">{{ .Permalink }}</a></li>
42
- <li><strong>版权声明:</strong>本站采用 <a href="https://creativecommons.org/licenses/by-nc-nd/4.0/deed.en"></a>CC BY-NC-ND 4.0</a> 协议,完整转载请注明来自 https://liudon.com</li>
+ <li><strong>版权声明:</strong>本站采用 <a href="https://creativecommons.org/licenses/by-nc-nd/4.0/deed.en">CC BY-NC-ND 4.0</a> 协议,完整转载请注明来自 https://liudon.com</li>
43
</ul>
44
{{- $tags := .Language.Params.Taxonomies.tag | default "tags" }}
45
<ul class="post-tags">
0 commit comments