diff --git a/400.ftl b/400.ftl
index 4c064cc..0c6541a 100644
--- a/400.ftl
+++ b/400.ftl
@@ -5,11 +5,7 @@
400
嘤嘤嘤,找不到页面啦
-<<<<<<< HEAD

-=======
-

->>>>>>> 4fe9ac8 (瞎改的一天)
diff --git a/404.ftl b/404.ftl
index 470a995..fed0fcb 100644
--- a/404.ftl
+++ b/404.ftl
@@ -5,11 +5,7 @@
404
嘤嘤嘤,找不到页面啦
-<<<<<<< HEAD

-=======
-

->>>>>>> 4fe9ac8 (瞎改的一天)
diff --git a/header.ftl b/header.ftl
index 4bcafde..e2c4c0b 100644
--- a/header.ftl
+++ b/header.ftl
@@ -2,90 +2,6 @@
-<<<<<<< HEAD
-${title}
-
-
-
-
-
-
-
-<#---->
-
-
-<#-- 导航面包蟹-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-<#if !(options.blog_favicon?? && options.blog_favicon!='' )>
-
- #if>
-
-
-
-
-
-<#---->
-
-
-<@global.head />
- <#if !(options.blog_favicon?? && options.blog_favicon!='' )>
-
-#if>
-<#-- 背景图片-->
-<#if settings.background?? && settings.background!=''>
-
-#if>
-<#-- 自定css-->
-<#if settings.custom_css?? && settings.custom_css!=''>
- ${custom_css!}
-#if>
-
-<#-- 夜间模式 -->
-
- class="dark-theme"
- <#elseif (settings.night_mode?? && settings.night_mode=='1' )>
- <#assign currentDateTime=.now>
- <#assign hour=currentDateTime?string("HH")>
- <#if (hour?eval>=20|| hour?eval <=6)>
- class="dark-theme"
- #if>
- #if>
- >
-
-
-
${blog_title!}
-
-
-
-
-
-#macro>
-=======
${title}
@@ -164,5 +80,3 @@
#macro>
-
->>>>>>> 4fe9ac8 (瞎改的一天)
diff --git a/index.ftl b/index.ftl
index 526223f..8dd9b0c 100644
--- a/index.ftl
+++ b/index.ftl
@@ -1,14 +1,4 @@
<#include "header.ftl">
-<<<<<<< HEAD
- <@head title="${blog_title!}" />
- <#include "module/module_pageNav.ftl">
-
-
- <#include "module/module_post.ftl">
- <@pageNav method="index" />
-
-
-=======
<@head title="${blog_title!}" />
<#include "module/module_pageNav.ftl">
@@ -17,5 +7,4 @@
<@pageNav method="index" />
->>>>>>> 4fe9ac8 (瞎改的一天)
<#include "footer.ftl">
\ No newline at end of file
diff --git a/module/comment.ftl b/module/comment.ftl
index 076a070..21bc2ba 100644
--- a/module/comment.ftl
+++ b/module/comment.ftl
@@ -1,13 +1,7 @@
<#macro comment target,type>
<#if !post.disallowComment!false>
-<<<<<<< HEAD
-
-
-
-=======
->>>>>>> 4fe9ac8 (瞎改的一天)
#if>
#macro>
\ No newline at end of file
diff --git a/module/module_links.ftl b/module/module_links.ftl
index 785d9e0..71f6aa0 100644
--- a/module/module_links.ftl
+++ b/module/module_links.ftl
@@ -1,31 +1,4 @@
友情链接
-<<<<<<< HEAD
-
-
- <@linkTag method="listTeams">
- <#list teams as item>
-
- ${((item.team!'')?length>0)?string((item.team!''), '小伙伴们')}
-
-
- #list>
- @linkTag>
-
-
-=======
<@linkTag method="listTeams">
@@ -48,5 +21,3 @@
@linkTag>
-
->>>>>>> 4fe9ac8 (瞎改的一天)
diff --git a/module/module_menu.ftl b/module/module_menu.ftl
index bcde3eb..a36c87f 100644
--- a/module/module_menu.ftl
+++ b/module/module_menu.ftl
@@ -1,5 +1,4 @@
<@menuTag method="tree">
-<<<<<<< HEAD
<#list menus?sort_by('priority') as menu>
<#if menu.children?? && menu.children?size gt 0>
@@ -29,35 +28,4 @@
#if>
#list>
-=======
- <#list menus?sort_by('priority') as menu>
- <#if menu.children?? && menu.children?size gt 0>
-
- #if >
- #list>
->>>>>>> 4fe9ac8 (瞎改的一天)
@menuTag>
\ No newline at end of file
diff --git a/module/module_pageNav.ftl b/module/module_pageNav.ftl
index 8e3d6a2..9c7ecd3 100644
--- a/module/module_pageNav.ftl
+++ b/module/module_pageNav.ftl
@@ -1,4 +1,3 @@
-<<<<<<< HEAD
<#macro pageNav method keyword="">
<@paginationTag method="${method}" slug="${slug!}" page="${posts.number}" total="${posts.totalPages}"
@@ -12,34 +11,11 @@
<#if number.isCurrent>
${number.page!}
-=======
-<#macro pageNav method>
-
- <@paginationTag method="${method}" slug="${slug!}" page="${posts.number}" keyword="${keyword}" total="${posts.totalPages}" display="3">
- <#if pagination.hasPrev>
-
- «
-
- #if>
- <#list pagination.rainbowPages as number>
- <#if number.isCurrent>
-
- ${number.page!}
->>>>>>> 4fe9ac8 (瞎改的一天)
<#else>
${number.page!}
-<<<<<<< HEAD
- #if>
- #list>
- <#if pagination.hasNext>
-
- »
-
- #if>
-=======
#if>
#list>
<#if pagination.hasNext>
@@ -47,7 +23,6 @@
»
#if>
->>>>>>> 4fe9ac8 (瞎改的一天)
@paginationTag>
#macro>
\ No newline at end of file
diff --git a/module/module_post.ftl b/module/module_post.ftl
index 92af0c2..a2c14ba 100644
--- a/module/module_post.ftl
+++ b/module/module_post.ftl
@@ -1,4 +1,3 @@
-<<<<<<< HEAD
<#include "module_homeSocial.ftl" />
<#--判断页面显示标题-->
<#if is_tag??>
@@ -52,70 +51,3 @@
#list>
-=======
-
- <#--判断主页显示社交链接-->
- <#if is_index??>
-
- ${blog_title!}
- ${user.description!}
-
- <#if settings.home_social?? && settings.home_social != ''>
- ${settings.home_social!}
- #if>
-
-
- #if>
- <#--判断页面显示标题-->
- <#if is_tag??>
-
- #if>
- <#if is_category??>
-
- “${category.name}”分类下的文章
-
- #if>
- <#if is_search??>
-
- 包含“${keyword!}”关键字的文章
-
- #if>
- <#--显示文章-->
-
- <#list posts.content as post>
-
-
- <#--显示文章简介-->
-
${post.summary!}
- <#--文章标签等-->
-
-
-
- <#list post.categories as category>
-
- ${category.name!}
-
- #list>
-
-
- <#list post.tags as tag>
- ${tag.name}
- #list>
-
-
-
- ${post.visits!}
-
-
-
- #list>
-
->>>>>>> 4fe9ac8 (瞎改的一天)