Show content on tag pages in date order
This commit is contained in:
parent
82c5dda203
commit
466797bc05
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
{{ if .Content }}
|
{{ if .Content }}
|
||||||
<hr />
|
<hr />
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ range .Pages.ByTitle }}
|
{{ range .Pages.ByDate.Reverse }}
|
||||||
{{ partial "list_item.html" . }}
|
{{ partial "list_item.html" . }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue