aboutsummaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2021-12-09 11:58:52 +0100
committerQuentin Dufour <quentin@deuxfleurs.fr>2021-12-09 11:58:52 +0100
commitc5f05f8e2620a09806f3fff9ef579b4bf5891a6d (patch)
tree41eed7c370e72bd42fb50793724866daf77ebb71 /themes
parent3b7107adf5332ecdd64dde6c507f8a2a11a9f36c (diff)
downloadrfid-c5f05f8e2620a09806f3fff9ef579b4bf5891a6d.tar.gz
rfid-c5f05f8e2620a09806f3fff9ef579b4bf5891a6d.zip
Ameliore archives
Diffstat (limited to 'themes')
-rw-r--r--themes/hugo-whisper-theme/layouts/_default/list.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/hugo-whisper-theme/layouts/_default/list.html b/themes/hugo-whisper-theme/layouts/_default/list.html
index 180e5ad..78db0ae 100644
--- a/themes/hugo-whisper-theme/layouts/_default/list.html
+++ b/themes/hugo-whisper-theme/layouts/_default/list.html
@@ -4,14 +4,14 @@
{{ define "main" }}
-<span class="overview">Overview</span>
+<span class="overview">Liste</span>
<h1 class="title">{{ .Title }}</h1>
<div class="content">
{{ .Content }}
</div>
-{{ range.Pages }}
+{{ range.Pages.ByDate.Reverse }}
{{ .Render "summary" }}
{{ end }}
-{{ end }} \ No newline at end of file
+{{ end }}