diff --git a/src/main/resources/templates/admin/admin_post.ftl b/src/main/resources/templates/admin/admin_post.ftl index 15612bcec..e3a7ec0a1 100755 --- a/src/main/resources/templates/admin/admin_post.ftl +++ b/src/main/resources/templates/admin/admin_post.ftl @@ -1,6 +1,6 @@ <#compress > -<#include "module/_macro.ftl"> -<@head>${options.blog_title} | <@spring.message code='admin.posts.title' />@head> + <#include "module/_macro.ftl"> + <@head>${options.blog_title} | <@spring.message code='admin.posts.title' />@head>
-
-
-
-
- |
<@spring.message code='common.th.title' /> | <@spring.message code='common.th.categories' /> | <@spring.message code='common.th.tags' /> | @@ -81,14 +60,6 @@ <#if posts.content?size gt 0> <#list posts.content as post>|||
---|---|---|---|---|---|---|
-
-
-
-
-
-
- |
<#if post.postTitle?length gt 20>
${post.postTitle?substring(0,20)}... | <#else > @@ -140,7 +111,7 @@|||||
<@spring.message code='common.text.no-data' /> |