theme-mnemosyne-hugo/layouts/partials/comments/webmention.html

26 lines
1.0 KiB
HTML

{{ if .Site.Params.comments.webmention }}
<hr />
<div class="content">
<h2>Comments</h2>
<form method="get" action="https://quill.p3k.io/" target="_blank"><input type="hidden" name="dontask" value="1">
<input type="hidden" name="me" value="https://commentpara.de/">
<input type="hidden" name="reply" value="{{ .Permalink }}">
You can comment on this post, <a href="{{ .Permalink }}">"{{ .Title }}"</a>, by:
<ul>
<li>Replying to its tweet on Twitter or its toot on Mastodon</li>
<li>Sending a Webmention from your own site to <code>{{ .Permalink }}</code></li>
<li>Using this button: </li>
</ul>
<div class="control ml-6">
<input class="button is-primary is-small" type="submit" value="Write a comment">
</div>
</form>
</div>
<div id="webmentions">
Comments &amp; reactions haven't loaded yet. You might have JavaScript disabled but that's cool 😎.
</div>
{{ end }}