removed hrs

This commit is contained in:
davidovski 2022-05-23 22:34:48 +01:00
parent b445849f81
commit f1ecf057f4
3 changed files with 2 additions and 5 deletions

View File

@ -87,7 +87,7 @@ def make():
summary_templ = getTemplateHTML("summary.html")
summariesHTML = getTemplateHTML("about.html") + "\n<hr><ul>\n"+ "\n".join(
summariesHTML = getTemplateHTML("about.html") + "\n<ul>\n"+ "\n".join(
[
formatEntry(summary_templ, page)
.replace(

View File

@ -11,8 +11,5 @@
<img src="/images/remotecontrol.gif">
</div>
</div>
<hr>
<hr>
<h2 class="header">blog posts</h2>

View File

@ -33,8 +33,8 @@
<a color="#b5bd68" style="color: var(--green)" href="/rss.xml">rss</a>
</div>
</div>
<hr>
<hr>
%content%
</div>