fix funding thing

This commit is contained in:
Gabriel 2024-01-26 03:31:57 -05:00
parent b151428f0f
commit 6670389034

View file

@ -8,8 +8,8 @@
<image> <image>
<url>{{.Site.BaseURL}}{{.Site.Params.default_img}}</url> <url>{{.Site.BaseURL}}{{.Site.Params.default_img}}</url>
</image> </image>
<atom:link href="{{.Site.BaseURL}}/index.xml" rel="self" type="application/rss+xml" />{{ range .Site.RegularPages }}{{if .Site.Params.funding}} <atom:link href="{{.Site.BaseURL}}/index.xml" rel="self" type="application/rss+xml" />{{if .Site.Params.funding}}
<podcast:funding url="{{.Site.Params.funding}}">Support this work!</podcast:funding>{{end}} <podcast:funding url="{{.Site.Params.funding}}">Support this work!</podcast:funding>{{end}} {{ range .Site.RegularPages }}
<item> <item>
<title>{{ .Title }}</title> <title>{{ .Title }}</title>
<link>{{ .Permalink }}</link> <link>{{ .Permalink }}</link>