about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVika <vika@fireburn.ru>2023-07-22 21:46:44 +0300
committerVika <vika@fireburn.ru>2023-07-22 21:46:44 +0300
commitcf9d3a46742c5e81e91b498b9542602b059245f5 (patch)
tree1572224dfa8305c219014e7426c768a59d5c9a3b
parent8ab17c76a2e9f20bc27d9c765cd2f3779a0d7e13 (diff)
templates: Add a link for the webmention endpoint
-rw-r--r--kittybox-rs/templates/src/templates.rs1
1 files changed, 1 insertions, 0 deletions
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"];