Fix the fix

This commit is contained in:
Ariejan de Vroom 2017-10-16 18:02:14 +02:00
parent 1da48695cf
commit e5589a12a3
Signed by: ariejan
GPG Key ID: AD739154F713697B

View File

@ -5,7 +5,7 @@
<div class="posts">
<div class="page-heading">Posts about {{ .Title }}</div>
<ul>
{{ range .Data.Pages.Reverse }}
{{ range .Data.Pages }}
{{ partial "li.html" . }}
{{ end }}
</ul>