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 %}