From adb49e6f3f432000a223a1ca273dd0649bba5329 Mon Sep 17 00:00:00 2001 From: Meekdai Date: Mon, 25 Mar 2024 17:26:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=A8=E5=B1=80script=E4=B9=9F=E5=8C=85?= =?UTF-8?q?=E5=90=AB=E5=88=B0=E4=B8=BB=E9=A1=B5=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/base.html | 1 + templates/post.html | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/templates/base.html b/templates/base.html index d5e6ff6..9776464 100644 --- a/templates/base.html +++ b/templates/base.html @@ -58,5 +58,6 @@ function utterancesTheme(theme){ console.log("\n %c Gmeek {{ blogBase['GMEEK_VERSION'] }} %c https://github.com/Meekdai/Gmeek \n\n", "color: #fff; background-image: linear-gradient(90deg, rgb(47, 172, 178) 0%, rgb(45, 190, 96) 100%); padding:5px 1px;", "background-image: linear-gradient(90deg, rgb(45, 190, 96) 0%, rgb(255, 255, 255) 100%); padding:5px 0;"); {% block script %}{% endblock %} +{{ blogBase['script'] }} diff --git a/templates/post.html b/templates/post.html index 83bde0a..68e892b 100644 --- a/templates/post.html +++ b/templates/post.html @@ -104,6 +104,4 @@ function iFrameLoading(){ -{{ blogBase['script'] }} - {% endblock %}