全局script也包含到主页中

This commit is contained in:
Meekdai 2024-03-25 17:26:17 +08:00
parent bf24312ca6
commit adb49e6f3f
2 changed files with 1 additions and 2 deletions

View File

@ -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;");
</script>
{% block script %}{% endblock %}
{{ blogBase['script'] }}
</html>

View File

@ -104,6 +104,4 @@ function iFrameLoading(){
</script>
{{ blogBase['script'] }}
{% endblock %}