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%
    -
  • +