From 7142da950d468edd04f3fdb509634684fc28c38f Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Wed, 20 May 2020 12:39:37 -0400 Subject: alps theme: initial layout for calendar --- themes/alps/calendar-header.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 themes/alps/calendar-header.html (limited to 'themes/alps/calendar-header.html') diff --git a/themes/alps/calendar-header.html b/themes/alps/calendar-header.html new file mode 100644 index 0000000..d902806 --- /dev/null +++ b/themes/alps/calendar-header.html @@ -0,0 +1,18 @@ +
+
+ « {{.PrevTime.Format "January"}} +

{{.Time.Format "January 2006"}}

+ {{.NextTime.Format "January"}} » + {{if ne .Time.Month .Now.Month}} + Today » + {{end}} +
+ + +
-- cgit v1.2.3