about summary refs log tree commit diff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/src/templates.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/src/templates.rs b/templates/src/templates.rs
index 0f55927..9b29fce 100644
--- a/templates/src/templates.rs
+++ b/templates/src/templates.rs
@@ -14,7 +14,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="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"];