From 17b5c69ae03bcb7e9c17f1712ed370e87610aa7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=91=86=E7=93=9C=E4=BA=91?= Date: Thu, 17 Aug 2023 16:39:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=87=E6=8D=A2=E5=85=AC=E5=85=B1CDN?= =?UTF-8?q?=E5=BA=93=20=E4=B8=83=E7=89=9B=E4=BA=91staticfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/base.html | 2 +- templates/post.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/base.html b/templates/base.html index a64f4b2..77c69c5 100644 --- a/templates/base.html +++ b/templates/base.html @@ -4,7 +4,7 @@ - + {% block head %}{% endblock %} diff --git a/templates/post.html b/templates/post.html index 1b1791b..b2b730e 100644 --- a/templates/post.html +++ b/templates/post.html @@ -2,7 +2,7 @@ {% block head %} {{ blogBase['postTitle'] }} - + {% endblock %} {% block style %}