From 8ea617c26674e9e5cb3b5db88a36cb0e293ac185 Mon Sep 17 00:00:00 2001 From: davidovski Date: Mon, 23 May 2022 22:46:14 +0100 Subject: moved summaries to about --- build.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build.py') diff --git a/build.py b/build.py index 2f34c1c..bed1ac7 100644 --- a/build.py +++ b/build.py @@ -87,7 +87,7 @@ def make(): summary_templ = getTemplateHTML("summary.html") - summariesHTML = getTemplateHTML("about.html") + "\n") entry_templ = getTemplateHTML("page.html") -- cgit v1.2.1