fixed the podcasts order

This commit is contained in:
Jason Tian 2021-11-11 14:44:22 +08:00
parent deccfd75c0
commit 8cde4e89ae
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@
<itunes:name>{{ .Site.Params.author }}</itunes:name>
<itunes:email>{{ .Site.Params.email }}</itunes:email>
</itunes:owner>
{{- range (.Site.RegularPages.ByParam "update").Reverse -}}
{{- range (.Site.RegularPages.ByParam "date").Reverse -}}
{{- if in .Params.tags "podcast" -}}
<item>
<title>{{ .Title }}</title>