reverse sort on podcasts

master
Greg Gauthier 12 months ago
parent ee52b85257
commit e46687a4fe
  1. 2
      layouts/podcast/podcast.html

@ -10,7 +10,7 @@
<div class="row">
</div>
<ul>
{{ range .Pages.ByParam "date" }}
{{ range .Pages.ByDate.Reverse }}
{{ .Render "li" }}
{{ end }}
</ul>

Loading…
Cancel
Save