moved summaries to about

This commit is contained in:
davidovski 2022-05-23 22:46:14 +01:00
parent 0b292997d5
commit b95ed1a3c8
2 changed files with 8 additions and 5 deletions

View File

@ -87,7 +87,7 @@ def make():
summary_templ = getTemplateHTML("summary.html")
summariesHTML = getTemplateHTML("about.html") + "\n<ul>\n"+ "\n".join(
summariesHTML = getTemplateHTML("about.html").replace("%posts%", "\n<ul>\n"+ "\n".join(
[
formatEntry(summary_templ, page)
.replace(
@ -97,7 +97,7 @@ def make():
for page in pages
][: : -1]
) + "</ul>"
) + "</ul>")
entry_templ = getTemplateHTML("page.html")

View File

@ -10,8 +10,11 @@
<div class="image">
<img src="/images/remotecontrol.gif">
</div>
<div>
<h2>blog posts</h2>
%posts%
</div>
</div>
<br>
<h2>blog posts</h2>