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