mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-12-03 04:18:57 -05:00
re-add external API rewrites
This commit is contained in:
@@ -8,5 +8,4 @@
|
||||
{{ partialCached "head/feeds" . -}}
|
||||
{{ partial "head/canonical" . -}}
|
||||
{{ partialCached "head/webmention" . -}}
|
||||
{{ partialCached "head/indieauth" . -}}
|
||||
{{ partial "head/schema" . -}}
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
<link rel="authorization_endpoint" href="https://indieauth.com/auth">
|
||||
<link rel="token_endpoint" href="https://tokens.indieauth.com/token">
|
||||
@@ -1,4 +1,4 @@
|
||||
{{ with .Site.Params.social.webmentionIO }}
|
||||
<link rel="webmention" href="https://webmention.io/{{ . }}/webmention">
|
||||
<link rel="pingback" href="https://webmention.io/{{ . }}/xmlrpc">
|
||||
{{ if .Site.Params.social.webmentionIO }}
|
||||
<link rel="webmention" href="{{ "api/mention/" | absURL }}">
|
||||
<link rel="pingback" href="{{ "api/ping/" | absURL }}">
|
||||
{{ end }}
|
||||
|
||||
Reference in New Issue
Block a user