From f131e30fcba59467ee1de36386e4f92c4a23b17c Mon Sep 17 00:00:00 2001 From: davidovski Date: Sun, 22 May 2022 17:35:04 +0100 Subject: [PATCH] changed blog entries to ul --- build.py | 4 ++-- templates/about.html | 1 + templates/summary.html | 6 +++--- 3 files changed, 6 insertions(+), 5 deletions(-) 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") diff --git a/templates/about.html b/templates/about.html index 3d83a89..d89508f 100644 --- a/templates/about.html +++ b/templates/about.html @@ -15,3 +15,4 @@

blog posts

+ diff --git a/templates/summary.html b/templates/summary.html index 808c705..483763f 100644 --- a/templates/summary.html +++ b/templates/summary.html @@ -1,6 +1,6 @@ -
+
  • -
    %date% 🔗
    +
    %date%
    %title%
    -
  • +