diff options
| author | verdant <im@verdant.ee> | 2026-07-25 00:55:44 +0800 |
|---|---|---|
| committer | verdant <im@verdant.ee> | 2026-07-25 00:55:44 +0800 |
| commit | 3300ab7e0739c24aa600d40907b24cfab1d75718 (patch) | |
| tree | 27d830ec8200c31f1fac97d98482241c570c2404 /layouts | |
| parent | f93ae55a1a47462bb43b1785b9e30731dc47c38c (diff) | |
| download | blog-3300ab7e0739c24aa600d40907b24cfab1d75718.tar.gz blog-3300ab7e0739c24aa600d40907b24cfab1d75718.zip | |
Tweak formating
Diffstat (limited to 'layouts')
| -rw-r--r-- | layouts/_default/single.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 960a98f..844339d 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -40,8 +40,7 @@ <footer> <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=https://useplaintext.email />纯文本邮件</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 }} |
