aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorverdant <im@verdant.ee>2026-07-25 01:02:48 +0800
committerverdant <im@verdant.ee>2026-07-25 01:02:48 +0800
commit945aed3fe7ca3c24164e2eb6cff547b77a34c944 (patch)
tree00ea949680fee3ce20e7fba273962715cfe35032
parente4ed1deb448fb7ac58ae7d2649facf14099910ae (diff)
downloadblog-945aed3fe7ca3c24164e2eb6cff547b77a34c944.tar.gz
blog-945aed3fe7ca3c24164e2eb6cff547b77a34c944.zip
Tweak wording and formating
-rw-r--r--layouts/_default/single.html11
1 files changed, 8 insertions, 3 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 126ec45..8c52634 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -38,11 +38,16 @@
<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" target="_blank">CC BY-NC-SA 4.0</a> 协议共享。</p>
+ <p>
+ 参与讨论:<a href="mailto:im@verdant.ee?subject=关于《{{ .Title }}》的评论">私信作者</a>
+ | <a href="mailto:~verdant/public-inbox@lists.sr.ht?subject=关于《{{ .Title }}》的评论">公开邮件列表</a>
+ | <a href="https://lists.sr.ht/~verdant/public-inbox">浏览往期讨论</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>
+ <p><a href=https://git.verdant.ee/personal/blog.git/tree/org/{{ replace .File.LogicalName ".md" ".org" }}>原始 org 文件</a></p>
{{ end }}
+
</footer>
{{ end }}