diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-12-09 11:58:52 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-12-09 11:58:52 +0100 |
commit | c5f05f8e2620a09806f3fff9ef579b4bf5891a6d (patch) | |
tree | 41eed7c370e72bd42fb50793724866daf77ebb71 /themes/hugo-whisper-theme/layouts/_default | |
parent | 3b7107adf5332ecdd64dde6c507f8a2a11a9f36c (diff) | |
download | rfid-c5f05f8e2620a09806f3fff9ef579b4bf5891a6d.tar.gz rfid-c5f05f8e2620a09806f3fff9ef579b4bf5891a6d.zip |
Ameliore archives
Diffstat (limited to 'themes/hugo-whisper-theme/layouts/_default')
-rw-r--r-- | themes/hugo-whisper-theme/layouts/_default/list.html | 6 |
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 }} |