summaryrefslogtreecommitdiffstats
path: root/layouts/_default
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default')
-rw-r--r--layouts/_default/single.html10
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>