From f131e30fcba59467ee1de36386e4f92c4a23b17c Mon Sep 17 00:00:00 2001 From: davidovski Date: Sun, 22 May 2022 17:35:04 +0100 Subject: changed blog entries to ul --- build.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build.py') diff --git a/build.py b/build.py index d28e1e1..d78003d 100644 --- a/build.py +++ b/build.py @@ -87,7 +87,7 @@ def make(): summary_templ = getTemplateHTML("summary.html") - summariesHTML = getTemplateHTML("about.html") + "\n
\n"+ "\n".join( + summariesHTML = getTemplateHTML("about.html") + "\n
" entry_templ = getTemplateHTML("page.html") -- cgit v1.2.1