1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-12-25 02:02:11 +00:00

Support IndieAuth delegated to IndieAuth.com again

The replacement service still isn't ready yet
This commit is contained in:
Seirdy 2024-12-01 16:11:38 -05:00
parent 4529b1df96
commit 1feaf07878
No known key found for this signature in database
GPG key ID: 1E892DB2A5F84479

View file

@ -23,6 +23,7 @@
<link href="{{ .Site.Params.CanonicalBaseURL }}{{ $canonicalRelPermalink }}" rel="canonical" />
<link href="{{ .Site.Params.WebmentionEndpoint }}" rel="webmention" />
<link href="{{ printf `https://webmention.io/webmention?forward=%s` .Site.Params.WebmentionEndpoint}}" rel="pingback" />
<link rel="authorization_endpoint" href="https://indieauth.com/auth" />
{{ $webmanifest := resources.Get "/manifest.webmanifest" | resources.ExecuteAsTemplate "manifest.webmanifest" . | resources.Minify -}}
{{- $cacheBuster := $webmanifest.Content | crypto.FNV32a -}}
{{- $webmanifestFingerprinted := printf "/manifest.%d.webmanifest" $cacheBuster -}}