2022-05-30 19:07:33 +00:00
< fieldset >
2023-05-27 04:09:31 +00:00
< legend > Publish a response on your own website, and link back to this page's canonical location. Then share your link here to turn it into a Webmention.< / legend >
2022-05-30 19:07:33 +00:00
< 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-07-16 05:45:00 +00:00
< input id = "menchie" type = "url" autocomplete = "on" required = "" name = "source" / > <!-- enable autocomplete if the same URL mentions multiple pages. -->
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 >