start poking webmentions

This commit is contained in:
John Bowdre 2024-11-05 21:32:21 -06:00
parent 7d10245f1e
commit 2db6d60202
Signed by: john
SSH key fingerprint: SHA256:cZYnOxaLdo+MhBNMX38ihO/p2Kek6fBykSFoJwHBhUo
2 changed files with 5 additions and 0 deletions

View file

@ -10,6 +10,7 @@ indexTitle = ".-. ..- -. - .. -- . - . .-. .-. --- .-."
omgUser = "jbowdre" omgUser = "jbowdre"
musicThreadId = "2aVjZUocjk96LELFbV5JvJjm14v" musicThreadId = "2aVjZUocjk96LELFbV5JvJjm14v"
webmentionEmail = "world.west.well@stayclkd.com"
# Comments # Comments
analytics = true analytics = true

View file

@ -18,6 +18,10 @@
{{ end }} {{ end }}
{{ end }} {{ end }}
<!-- webmentions via webmention.io -->
<link rel="me authn" href="mailto:{{ .Site.Params.webmentionEmail }}">
<link rel="webmention" href="https://webmention.io/{{ (urls.Parse .Site.BaseURL).Host }}/webmention">
{{ partialCached "favicon" . }} {{ partialCached "favicon" . }}
{{ partial "opengraph" . }} {{ partial "opengraph" . }}