From 85473656174b1b1d6221d3bb76cc12fa5f7f7e8d Mon Sep 17 00:00:00 2001 From: Laria Carolin Chabowski Date: Fri, 1 Jan 2021 14:46:54 +0100 Subject: Initial commit --- templates/archive-month.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 templates/archive-month.html (limited to 'templates/archive-month.html') diff --git a/templates/archive-month.html b/templates/archive-month.html new file mode 100644 index 0000000..1d872a9 --- /dev/null +++ b/templates/archive-month.html @@ -0,0 +1,16 @@ +{{define "main"}} +{{- $year := .Year -}} +{{- $month := .Month -}} +

{{month_text .Month}} {{.Year}}

+{{with .Days}} + +{{else}} +

Nothing for this month.

+{{end}} + +

|

+{{end}} -- cgit v1.2.3-70-g09d2