diff options
| author | yingyu5658 <i@yingyu5658.me> | 2026-01-01 23:37:30 +0800 |
|---|---|---|
| committer | yingyu5658 <i@yingyu5658.me> | 2026-01-01 23:37:30 +0800 |
| commit | d1a6cf3fb7016586718ad37d6bb5b74335f0818b (patch) | |
| tree | 3eeeb1744230f8278358c3621f92370f572c7472 /layouts/_default/single.html | |
| parent | d8839c712139c7d58f9926d58a4ce1fa4bdda24c (diff) | |
| download | blog-d1a6cf3fb7016586718ad37d6bb5b74335f0818b.tar.gz blog-d1a6cf3fb7016586718ad37d6bb5b74335f0818b.zip | |
docs: add post "beyond-prejudice-japanese-literature"
Diffstat (limited to 'layouts/_default/single.html')
| -rw-r--r-- | layouts/_default/single.html | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 21e185f..38c4c28 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -138,6 +138,7 @@ {{ end }} {{ if .Params.comments | default true}} +<div class="comments-and-webmentions"> <hr /> <details> <summary> @@ -157,15 +158,12 @@ async> </script> -<details> - <summary>如何参与 Webmentions 互动?</summary> + <p>若想回复本文,请在你的博客或社媒发布含有本文链接的帖子,然后在下方表单提交链接。</p> <div class="wm-guide-content"> <div class="webmention-form"> - <p>如果你想回应这篇文章,请在你的博客或社交媒体中链接本页面,然后在下面的表单中提交你的页面链接。</p> <form id="webmention-submit-form" action="https://webmention.io/www.glowisle.me/webmention" method="post"> <!-- 自动填充的目标文章链接 --> <input type="hidden" name="target" value="https://www.glowisle.me{{ .RelPermalink }}"> - <div> <label for="webmention-source">你的文章链接:</label> <input @@ -179,9 +177,9 @@ </div> <div id="webmention-form-feedback"></div> </form> - <br> +<p>也可以加入 <a href="https://t.me/glowisle">Telegram 频道</a> 或 <a href="mailto:i@glowisle.me?subject=回复《{{ .Title }}》">发送邮件</a> 评论。</p> <a href="https://indieweb.org/webmention">关于 Webmention 的更多信息</a> 以及 <a href="https://www.glowisle.me/posts/tear-hypocrisy-apart/">为什么要这么做?</a> -</details> +</div> |
