mirror of https://github.com/halo-dev/halo
🐛 bug修复
parent
3f3eb50649
commit
ce3a596c76
|
@ -1,4 +1,3 @@
|
||||||
<#compress >
|
|
||||||
<#include "module/_macro.ftl">
|
<#include "module/_macro.ftl">
|
||||||
<@head>${options.blog_title} | <@spring.message code='admin.setting.title' /></@head>
|
<@head>${options.blog_title} | <@spring.message code='admin.setting.title' /></@head>
|
||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
|
@ -897,5 +896,4 @@
|
||||||
</div>
|
</div>
|
||||||
<#include "module/_footer.ftl">
|
<#include "module/_footer.ftl">
|
||||||
</div>
|
</div>
|
||||||
<@footer></@footer>
|
<@footer></@footer>
|
||||||
</#compress>
|
|
|
@ -1,4 +1,3 @@
|
||||||
<#compress >
|
|
||||||
<#include "module/_macro.ftl">
|
<#include "module/_macro.ftl">
|
||||||
<@head>${options.blog_title} | <@spring.message code='admin.themes.edit.title' /></@head>
|
<@head>${options.blog_title} | <@spring.message code='admin.themes.edit.title' /></@head>
|
||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
|
@ -182,5 +181,4 @@
|
||||||
</div>
|
</div>
|
||||||
<#include "module/_footer.ftl">
|
<#include "module/_footer.ftl">
|
||||||
</div>
|
</div>
|
||||||
<@footer></@footer>
|
<@footer></@footer>
|
||||||
</#compress>
|
|
|
@ -1,4 +1,4 @@
|
||||||
<#ftl output_format="HTML" strip_whitespace=true>
|
<#ftl strip_whitespace=true>
|
||||||
|
|
||||||
<#-- 统计代码 -->
|
<#-- 统计代码 -->
|
||||||
<#macro statistics>
|
<#macro statistics>
|
||||||
|
|
Loading…
Reference in New Issue