yequari.com/themes/saturn/layouts/partials/webmentions.html

12 lines
593 B
HTML
Raw Normal View History

2023-10-21 00:20:07 +00:00
<div class="send-webmention">
2024-01-11 00:05:55 +00:00
<h2>Webmentions</h2>
<div id="webmentions"></div>
2023-10-21 00:20:07 +00:00
<p>Have you written a response to this post? Send me a webmention!</p>
<form action="https://webmention.io/yequari.com/webmention" method="post" class="webmention-form">
<label for="form-webmention-source">URL</label>
<input id="form-webmention-source" type="url" name="source" placeholder="https://example.com" required/>
<input type="hidden" name="target" value="{{ .Page.URL }}"/>
<input type="submit" class="button" value="Send Webmention"/>
</form>
</div>