2022-05-30 19:07:33 +00:00
< fieldset >
< legend > Publish a response on your own website and share the link here to send me a webmention! Include a link to this page's canonical location for it to be accepted.< / legend >
< form
2022-05-30 22:49:31 +00:00
itemprop="potentialAction" itemscope="" itemtype="https://schema.org/CommentAction"
2022-05-30 19:07:33 +00:00
action="https://seirdy.one/webmentions/receive" method="post">
2022-05-30 22:49:31 +00:00
< meta itemprop = "actionStatus" content = "PotentialActionStatus" / >
2022-05-30 19:07:33 +00:00
{{ $canonicalRelPermalink := .RelPermalink | replaceRE "^/~seirdy/" "/" -}}
2022-05-30 22:49:31 +00:00
< input type = "hidden" name = "target" value = "{{ .Site.Params.canonicalBaseURL }}{{ $canonicalRelPermalink }}" / >
2022-05-30 19:07:33 +00:00
< label for = "menchie" > URL of page linking here< / label >
< div > <!-- We need the extra divs to serve as pseudo - table - cells. -->
2022-06-09 01:15:17 +00:00
< input id = "menchie" type = "url" required = "" name = "source" / >
2022-05-30 22:49:31 +00:00
< div > < input type = "submit" value = "submit" / > < / div >
2022-05-30 19:07:33 +00:00
< / div >
< / form >
< / fieldset >