diff --git a/archives.ftl b/archives.ftl index d269afc..37bb2c3 100644 --- a/archives.ftl +++ b/archives.ftl @@ -1,7 +1,7 @@ <#assign title=settings.archive_title!'文章归档'> - <#import "template/macro/header.ftl" as headInfo> + <#import "template/common/header.ftl" as headInfo> <@headInfo.head title="${title}" type="archives"/> <#import "template/macro/tail.ftl" as tailInfo>
@@ -65,6 +65,7 @@ + <#include "template/common/actions.ftl"> <#include "template/common/footer.ftl"> <@tailInfo.tail type="archives"/> diff --git a/categories.ftl b/categories.ftl index 2fa5293..81c695c 100644 --- a/categories.ftl +++ b/categories.ftl @@ -1,6 +1,6 @@ - <#import "template/macro/header.ftl" as headInfo> + <#import "template/common/header.ftl" as headInfo> <@headInfo.head title="文章分类" type="categorys"/> <#import "template/macro/tail.ftl" as tailInfo> @@ -43,6 +43,7 @@ <#include "template/common/aside.ftl"> + <#include "template/common/actions.ftl"> <#include "template/common/footer.ftl"> <@tailInfo.tail type="categories"/> diff --git a/category.ftl b/category.ftl index 5ab0874..8e155a0 100644 --- a/category.ftl +++ b/category.ftl @@ -1,6 +1,6 @@ - <#import "template/macro/header.ftl" as headInfo> + <#import "template/common/header.ftl" as headInfo> <@headInfo.head title="${category.name!}" type="category"/> <#import "template/macro/tail.ftl" as tailInfo> @@ -86,6 +86,7 @@ <#-- <#include "template/common/aside.ftl"> --> + <#include "template/common/actions.ftl"> <#include "template/common/footer.ftl"> <@tailInfo.tail type="category"/> diff --git a/index.ftl b/index.ftl index 2fffadd..aa4cae8 100644 --- a/index.ftl +++ b/index.ftl @@ -1,6 +1,6 @@ - <#import "template/macro/header.ftl" as headInfo> + <#import "template/common/header.ftl" as headInfo> <@headInfo.head title="首页" type="index"/> <#import "template/macro/hotcategory.ftl" as hp> <#import "template/macro/tail.ftl" as tailInfo> @@ -60,6 +60,7 @@ <#include "template/common/aside.ftl"> + <#include "template/common/actions.ftl"> <#include "template/common/footer.ftl"> <@tailInfo.tail type="index"/> diff --git a/journals.ftl b/journals.ftl index 8282543..e7eaa20 100644 --- a/journals.ftl +++ b/journals.ftl @@ -1,7 +1,7 @@ <#assign title=settings.journals_title!'我的动态'> - <#import "template/macro/header.ftl" as headInfo> + <#import "template/common/header.ftl" as headInfo> <@headInfo.head title="${title}" type="journals"/> <#import "template/macro/tail.ftl" as tailInfo> @@ -116,6 +116,7 @@ <#include "template/common/aside.ftl"> #if> + <#include "template/common/actions.ftl"> <#include "template/common/footer.ftl"> <@tailInfo.tail type="journals"/> diff --git a/links.ftl b/links.ftl index 52d12eb..605af94 100644 --- a/links.ftl +++ b/links.ftl @@ -1,7 +1,7 @@ <#assign title=settings.links_title!'友情链接'> - <#import "template/macro/header.ftl" as headInfo> + <#import "template/common/header.ftl" as headInfo> <@headInfo.head title="${title}" type="links"/> <#import "template/macro/tail.ftl" as tailInfo> @@ -58,6 +58,7 @@ <#include "template/common/aside.ftl"> #if> + <#include "template/common/actions.ftl"> <#include "template/common/footer.ftl"> <@tailInfo.tail type="links"/> diff --git a/photos.ftl b/photos.ftl index 7aad604..38c00bd 100644 --- a/photos.ftl +++ b/photos.ftl @@ -1,7 +1,7 @@ <#assign title=settings.photos_title!'我的图库'> - <#import "template/macro/header.ftl" as headInfo> + <#import "template/common/header.ftl" as headInfo> <@headInfo.head title="${title}" type="photo"/> <#import "template/macro/tail.ftl" as tailInfo> @@ -67,7 +67,8 @@ #if> @paginationTag> --> - + + <#include "template/common/actions.ftl"> <#include "template/common/footer.ftl"> <@tailInfo.tail type="photos"/> diff --git a/post.ftl b/post.ftl index 53a6e99..06069a0 100644 --- a/post.ftl +++ b/post.ftl @@ -1,24 +1,26 @@ - <#import "template/macro/header.ftl" as headInfo> + <#import "template/common/header.ftl" as headInfo> <@headInfo.head title="${post.title!}" type="post"/> <#import "template/macro/tail.ftl" as tailInfo>