fix: add self link for WebSub discovery compliance
WebSub spec requires both rel="hub" and rel="self" for discovery. websub.rocks conformance test failed without self. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -65,6 +65,7 @@
|
||||
<link rel="token_endpoint" href="{{ site.url }}/auth/token">
|
||||
<link rel="micropub" href="{{ site.url }}/micropub">
|
||||
<link rel="microsub" href="{{ site.url }}/microsub">
|
||||
<link rel="self" href="{{ site.url }}{{ page.url }}">
|
||||
<link rel="hub" href="https://websubhub.com/hub">
|
||||
<link rel="webmention" href="https://webmention.io/{{ site.webmentions.domain }}/webmention">
|
||||
<link rel="pingback" href="https://webmention.io/{{ site.webmentions.domain }}/xmlrpc">
|
||||
|
||||
Reference in New Issue
Block a user