new-site/layouts/partials/webmentions.html

17 lines
676 B
HTML

<h3>Replies</h3>
<div id="webmentions"></div>
<details>
<summary>Send a Webmention</summary>
<fieldset>
<legend>Publish a response on your own website, and link back to this page. Then, submit the link to your response right here!</legend>
<form itemprop="potentialAction" itemscope="" action="https://webmention.io/ch0ccyra1n.gitlab.io/webmention" itemtype="https://schema.org/CommentAction" method="post">
<label for="mention">URL of response here</label>
<div>
<input type="url" name="source" value="" required="">
<div>
<input type="submit" value="submit">
</div>
</div>
</form>
</fieldset>
</details>