From cf9d3a46742c5e81e91b498b9542602b059245f5 Mon Sep 17 00:00:00 2001 From: Vika Date: Sat, 22 Jul 2023 21:46:44 +0300 Subject: templates: Add a link for the webmention endpoint --- kittybox-rs/templates/src/templates.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/kittybox-rs/templates/src/templates.rs b/kittybox-rs/templates/src/templates.rs index 288669d..63c67c5 100644 --- a/kittybox-rs/templates/src/templates.rs +++ b/kittybox-rs/templates/src/templates.rs @@ -16,6 +16,7 @@ markup::define! { link[rel="micropub", href="/.kittybox/micropub"]; link[rel="micropub_media", href="/.kittybox/media"]; link[rel="indieauth_metadata", href="/.kittybox/indieauth/metadata"]; + link[rel="webmention", href="/.kittybox/webmention"]; // legacy links for some dumb clients link[rel="authorization_endpoint", href="/.kittybox/indieauth/auth"]; link[rel="token_endpoint", href="/.kittybox/indieauth/token"]; -- cgit 1.4.1