From 6e471450c6fa5608d40e870ccb08fa4a9697c9b9 Mon Sep 17 00:00:00 2001 From: welpo Date: Wed, 8 Feb 2023 01:26:16 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20fix:=20remove=20double=20bottom-?= =?UTF-8?q?boder/div=20on=20Archive?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/archive.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/templates/archive.html b/templates/archive.html index 5c49cf6..ecb6727 100644 --- a/templates/archive.html +++ b/templates/archive.html @@ -1,8 +1,6 @@ {% extends "base.html" %} {% block main_content %} -
- {{ post_macros::page_header(title=section.title) }} -
+{{ post_macros::page_header(title=section.title) }}