aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas HABEGGER <andreas.habegger@bfh.ch>2024-01-11 00:15:40 +0100
committerAndreas HABEGGER <andreas.habegger@bfh.ch>2024-01-11 00:15:40 +0100
commitafe0b6fce401ff098775c2844c5ece49c7d58845 (patch)
tree071def90b219706f8e80e473390bf19ab702d329
parent72771f14dfe85a6444cb48f6cdfce1abc5473f51 (diff)
downloadwww_shared-master.tar.gz
www_shared-master.zip
Added alias for eventlists configuration as eventsdataHEADmaster
-rw-r--r--sitegen/site.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sitegen/site.py b/sitegen/site.py
index 6139d1c..b7fbf6b 100644
--- a/sitegen/site.py
+++ b/sitegen/site.py
@@ -228,6 +228,7 @@ class SiteGenerator:
228 conf=conf, 228 conf=conf,
229 siteconf=conf["siteconf"], 229 siteconf=conf["siteconf"],
230 meetingnotesdata=conf["meetingnotes"], 230 meetingnotesdata=conf["meetingnotes"],
231 eventsdata=conf["eventslist"],
231 newsdata=conf["newsposts"], 232 newsdata=conf["newsposts"],
232 newsposts=conf["newsposts"], 233 newsposts=conf["newsposts"],
233 videosdata=conf["videoslist"], 234 videosdata=conf["videoslist"],