From e05b8eb352cc4e822ddad6000be30830885f56c5 Mon Sep 17 00:00:00 2001 From: Frost Ming Date: Tue, 14 Nov 2023 12:27:22 +0800 Subject: [PATCH] fix: remove bg on body Signed-off-by: Frost Ming --- templates/layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/layout.html b/templates/layout.html index 40b2d8a..825a2f6 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -9,7 +9,7 @@ {% block title %}Welcome{% endblock %} | PyConChina 2023 - +
{% include "components/nav.html" %}
{% block body %}{% endblock %}