1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-09-19 20:02:10 +00:00

Disable WebSub

It didn't work :(
This commit is contained in:
Rohan Kumar 2023-12-01 00:19:31 -08:00
parent 0471cf9d7b
commit 8807d4a0c7
No known key found for this signature in database
GPG key ID: 1E892DB2A5F84479
2 changed files with 3 additions and 1 deletions

View file

@ -23,7 +23,7 @@ disableKinds = ["taxonomy", "term"]
highlight = false highlight = false
icon = "/favicon.svg" icon = "/favicon.svg"
indieAuth = "https://indielogin.com/auth" indieAuth = "https://indielogin.com/auth"
hub = "https://websubhub.com/hub" # hub = "https://websubhub.com/hub"
[frontmatter] [frontmatter]
lastmod = ['lastmod', ':git', 'date', 'publishDate'] lastmod = ['lastmod', ':git', 'date', 'publishDate']

View file

@ -36,7 +36,9 @@
{{- end -}} {{- end -}}
</subtitle> </subtitle>
<link rel="self" type="application/atom+xml" href="{{ .Permalink }}atom.xml" /> <link rel="self" type="application/atom+xml" href="{{ .Permalink }}atom.xml" />
{{ with .Site.Params.Hub -}}
<link rel="hub" href="{{ .Site.Params.Hub }}" /> <link rel="hub" href="{{ .Site.Params.Hub }}" />
{{- end }}
<icon>{{ $faviconSvg.Permalink }}</icon> <icon>{{ $faviconSvg.Permalink }}</icon>
<webfeeds:icon>{{ $image.Permalink }}</webfeeds:icon> <webfeeds:icon>{{ $image.Permalink }}</webfeeds:icon>
<webfeeds:cover>{{ $atomLogo.Permalink }}</webfeeds:cover> <webfeeds:cover>{{ $atomLogo.Permalink }}</webfeeds:cover>