From 6042c18e4e02916c6a95b8258953aff59d6819ef Mon Sep 17 00:00:00 2001 From: Drew Date: Wed, 29 May 2024 09:32:35 -0400 Subject: [PATCH] re-testing migration workflow with up-to-date content --- pelicanconf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pelicanconf.py b/pelicanconf.py index f6df0e90da..5cb438ac82 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -1,4 +1,5 @@ +import datetime # Basic information about the site. SITENAME = 'Apache Software Foundation' SITEDESC = 'The main website of the ASF' @@ -6,7 +7,7 @@ SITEURL = 'https://www.apache.org' SITELOGO = 'https://www.apache.org/images/logo.png' SITEREPOSITORY = 'https://github.com/apache/www-site/blob/main/content/' -CURRENTYEAR = 2024 +CURRENTYEAR = datetime.date.today().year TRADEMARKS = 'Apache, the Apache feather logo are trademarks' TIMEZONE = 'UTC' # Theme includes templates and possibly static files