From f854d245b8cde57246ee72f33d2c6f9346801755 Mon Sep 17 00:00:00 2001 From: Peng Guanwen Date: Mon, 18 Nov 2024 23:14:26 +0800 Subject: [PATCH] Remove redundent --- templates/index.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/templates/index.html b/templates/index.html index 3b7b5b4..36d12ae 100644 --- a/templates/index.html +++ b/templates/index.html @@ -4,6 +4,3 @@ {% include "style.html" %} {% endblock css %} -{% block extra_head %} - -{% endblock extra_head %}