diff options
Diffstat (limited to 'layouts')
| -rw-r--r-- | layouts/_default/single.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 844339d..126ec45 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -38,9 +38,9 @@ <hr> <footer> - <p>条目共享:遵循 <a href=https://creativecommons.org/licenses/by-nc-sa/4.0/ rel="license noopener">CC BY-NC-SA 4.0</a> 协议。 + <p>文章遵循 <a href=https://creativecommons.org/licenses/by-nc-sa/4.0/ rel="license noopener">CC BY-NC-SA 4.0 协议共享</a> 。 </p> - <p>交流通道:向 <a href="mailto:im@verdant.ee?subject=回复《{{ .Title }}》">im@verdant.ee</a> 发送一封 <a href=https://useplaintext.email />纯文本邮件</a>。</p> + <p>评论:发邮件给 <a href="mailto:im@verdant.ee?subject=回复《{{ .Title }}》">im@verdant.ee</a> | 发邮件给 <a href="mailto:~verdant/public-inbox@lists.sr.ht?subject=回复:《{{ .Title }}》">公开邮件列表</a>。</p> {{ if .Params.org }} <p><a href=https://git.verdant.ee/personal/blog.git/tree/org/{{ replace .File.LogicalName ".md" ".org" }}>原始 org 文件</a></p> {{ end }} |
