Date stuff
This commit is contained in:
@@ -2,4 +2,6 @@
|
|||||||
title: "Archive"
|
title: "Archive"
|
||||||
date: 2023-10-17T10:50:41-04:00
|
date: 2023-10-17T10:50:41-04:00
|
||||||
draft: false
|
draft: false
|
||||||
|
start_date: 2023-03-01T00:00:00-04:00
|
||||||
|
end_date: 2025-02-28T00:00:00-04:00
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
{{ define "main" }}
|
{{ define "main" }}
|
||||||
<section>
|
<section class="page-break">
|
||||||
{{ .Content }}
|
{{ time.Format "January 2006" .Params.start_date }} –
|
||||||
|
{{ time.Format "January 2006" .Params.end_date}}
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
{{ range (sort (.Site.RegularPages.RelatedTo (keyVals "tags" "dispatch")) "Date" "asc") }}
|
{{ range (sort (.Site.RegularPages.RelatedTo (keyVals "tags" "dispatch")) "Date" "asc") }}
|
||||||
|
|||||||
Reference in New Issue
Block a user