commit dade247326fe6bf82c627704eed67df72ed632e3 parent 80e6e1b4dae52772d5bc0dd1cac202db9912d0e7 Author: David Eisinger <[email protected]> Date: Thu, 9 Jan 2025 16:11:59 -0500 Date stuff Diffstat:
| M | content/archive/_index.md | | | 2 | ++ |
| M | themes/v2/layouts/archive/list.html | | | 5 | +++-- |
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/content/archive/_index.md b/content/archive/_index.md @@ -2,4 +2,6 @@ title: "Archive" date: 2023-10-17T10:50:41-04:00 draft: false +start_date: 2023-03-01T00:00:00-04:00 +end_date: 2025-02-28T00:00:00-04:00 --- diff --git a/themes/v2/layouts/archive/list.html b/themes/v2/layouts/archive/list.html @@ -1,6 +1,7 @@ {{ define "main" }} - <section> - {{ .Content }} + <section class="page-break"> + {{ time.Format "January 2006" .Params.start_date }} – + {{ time.Format "January 2006" .Params.end_date}} </section> {{ range (sort (.Site.RegularPages.RelatedTo (keyVals "tags" "dispatch")) "Date" "asc") }}