bad atom link
This commit is contained in:
parent
ebe9056d14
commit
d7ff084ed7
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
||||||
<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" />{{if .Site.Params.funding}}
|
{{if .Site.Params.funding}}
|
||||||
<podcast:funding url="{{.Site.Params.funding}}">Support this work!</podcast:funding>{{end}} {{ range .Site.RegularPages }}
|
<podcast:funding url="{{.Site.Params.funding}}">Support this work!</podcast:funding>{{end}} {{ range .Site.RegularPages }}
|
||||||
<item>
|
<item>
|
||||||
<title>{{ .Title }}</title>
|
<title>{{ .Title }}</title>
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
<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" />{{if .Site.Params.funding}}
|
{{if .Site.Params.funding}}
|
||||||
<podcast:funding url="{{.Site.Params.funding}}">Support this work!</podcast:funding>{{end}} {{ range .Site.RegularPages | first 5}}
|
<podcast:funding url="{{.Site.Params.funding}}">Support this work!</podcast:funding>{{end}} {{ range .Site.RegularPages | first 5}}
|
||||||
<item>
|
<item>
|
||||||
<title>{{ .Title }}</title>
|
<title>{{ .Title }}</title>
|
||||||
|
|
Loading…
Reference in a new issue