From 7c12830b2d9c050c519671332f926eddfce9cb30 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Mon, 1 Jul 2024 11:16:42 -0500 Subject: [PATCH] fixing the year for the health-form --- layouts/shortcodes/health-form-year.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/shortcodes/health-form-year.html b/layouts/shortcodes/health-form-year.html index 72f502b..ebf670b 100644 --- a/layouts/shortcodes/health-form-year.html +++ b/layouts/shortcodes/health-form-year.html @@ -1,2 +1,2 @@ -{{ time.Format "Jan 2006" "2023-05-01" }} - -{{ time.Format "Jan 2006" "2024-05-01" }}. +{{ time.Format "Jan 2006" "2024-05-01" }} - +{{ time.Format "Jan 2006" "2025-05-01" }}.