mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2024-11-09 10:50:34 -05:00
11 lines
No EOL
579 B
HTML
11 lines
No EOL
579 B
HTML
<!-- Webmentions -->
|
|
<div id="webmentions"></div>
|
|
<form method="post" action="https://webmention.io/brandonrozek.com/webmention">
|
|
<p>Have you published a response to this? <label for="webmention-source">Let me know the <abbr title="Uniform Resource Locator">URL</abbr></label>:</p>
|
|
<input type="url" name="source" id="webmention-source">
|
|
<input type="hidden" name="target" value="{{ .Permalink }}">
|
|
<button type="submit">Ping!</button>
|
|
</form>
|
|
</main>
|
|
{{ $webmentionjs := resources.Get "js/webmention.min.js" }}
|
|
<script src="{{ $webmentionjs.Permalink }}" async></script> |