Date stuff
This commit is contained in:
@@ -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
|
||||
---
|
||||
|
||||
@@ -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") }}
|
||||
|
||||
Reference in New Issue
Block a user