diff --git a/src/main/resources/templates/common/comment/_native_comment.ftl b/src/main/resources/templates/common/comment/comment.ftl similarity index 100% rename from src/main/resources/templates/common/comment/_native_comment.ftl rename to src/main/resources/templates/common/comment/comment.ftl diff --git a/src/main/resources/templates/themes/anatole/archives.ftl b/src/main/resources/templates/themes/anatole/archives.ftl index c334dd316..d23ca9076 100644 --- a/src/main/resources/templates/themes/anatole/archives.ftl +++ b/src/main/resources/templates/themes/anatole/archives.ftl @@ -1,5 +1,5 @@ <#include "module/macro.ftl"> -<@head title="归档 · ${options.blog_title!'Anatole'}" keywords="文章归档,${options.seo_keywords!'Anatole'}" description="${options.seo_desc!'Anatole'}"> +<@head title="归档 · ${options.blog_title!'Anatole'}" keywords="文章归档,${options.seo_keywords!'Anatole'}" description="${options.seo_description!'Anatole'}"> <#include "module/sidebar.ftl">
<#include "module/page-top.ftl"> diff --git a/src/main/resources/templates/themes/anatole/category.ftl b/src/main/resources/templates/themes/anatole/category.ftl index aa14c58a7..d87e6846d 100644 --- a/src/main/resources/templates/themes/anatole/category.ftl +++ b/src/main/resources/templates/themes/anatole/category.ftl @@ -1,5 +1,5 @@ <#include "module/macro.ftl"> -<@head title="分类:${category.name} · ${options.blog_title!'Halo'}" keywords="${options.seo_keywords!'Halo'}" description="${options.seo_desc!'Halo'}"> +<@head title="分类:${category.name} · ${options.blog_title!'Anatole'}" keywords="${options.seo_keywords!'Anatole'}" description="${options.seo_description!'Anatole'}"> <#include "module/sidebar.ftl">
<#include "module/page-top.ftl"> diff --git a/src/main/resources/templates/themes/anatole/index.ftl b/src/main/resources/templates/themes/anatole/index.ftl index f6fb9b25f..7566e128c 100644 --- a/src/main/resources/templates/themes/anatole/index.ftl +++ b/src/main/resources/templates/themes/anatole/index.ftl @@ -1,5 +1,5 @@ <#include "module/macro.ftl"> -<@head title="${options.blog_title!'Halo'}" keywords="${options.seo_keywords!'Halo'}" description="${options.seo_desc!'Halo'}"> +<@head title="${options.blog_title!'Anatole'}" keywords="${options.seo_keywords!'Anatole'}" description="${options.seo_description!'Anatole'}"> <#include "module/sidebar.ftl">
<#include "module/page-top.ftl"> diff --git a/src/main/resources/templates/themes/anatole/links.ftl b/src/main/resources/templates/themes/anatole/links.ftl index 605b0d8d0..a961586ee 100644 --- a/src/main/resources/templates/themes/anatole/links.ftl +++ b/src/main/resources/templates/themes/anatole/links.ftl @@ -1,5 +1,5 @@ <#include "module/macro.ftl"> -<@head title="友情链接 · ${options.blog_title!'Halo'}" keywords="${options.seo_keywords!'Halo'}" description="${options.seo_desc!'Halo'}"> +<@head title="友情链接 · ${options.blog_title!'Anatole'}" keywords="${options.seo_keywords!'Anatole'}" description="${options.seo_description!'Anatole'}"> <#include "module/sidebar.ftl">
<#include "module/page-top.ftl"> diff --git a/src/main/resources/templates/themes/anatole/module/comment.ftl b/src/main/resources/templates/themes/anatole/module/comment.ftl index af87bf9f4..c9ef2cf7b 100644 --- a/src/main/resources/templates/themes/anatole/module/comment.ftl +++ b/src/main/resources/templates/themes/anatole/module/comment.ftl @@ -1,3 +1,3 @@ <#if !post.disallowComment> - <#include "/common/comment/_native_comment.ftl"> + <#include "/common/comment/comment.ftl"> diff --git a/src/main/resources/templates/themes/anatole/module/macro.ftl b/src/main/resources/templates/themes/anatole/module/macro.ftl index 565530fea..9abc6e664 100644 --- a/src/main/resources/templates/themes/anatole/module/macro.ftl +++ b/src/main/resources/templates/themes/anatole/module/macro.ftl @@ -14,19 +14,19 @@ - <@verification> - <@favicon> + <@verification /> + <@favicon /> - +