-
-
- <#include "post/date.ftl">
- <#include "post/category.ftl">
-
-
- <#include "post/title.ftl">
- <@title hasLink="true">@title>
-
-
- ${post.postSummary?if_exists}
-
- 继续阅读...
-
-
- <#if post.tags?size gt 0>
-
- #if>
-
-#macro>
diff --git a/src/main/resources/templates/themes/indigo/_partial/loading.ftl b/src/main/resources/templates/themes/indigo/_partial/loading.ftl
deleted file mode 100644
index 8e419737b..000000000
--- a/src/main/resources/templates/themes/indigo/_partial/loading.ftl
+++ /dev/null
@@ -1 +0,0 @@
-
-<% } %>
\ No newline at end of file
diff --git a/src/main/resources/templates/themes/indigo/_partial/plugins/baidu.ejs b/src/main/resources/templates/themes/indigo/_partial/plugins/baidu.ejs
deleted file mode 100644
index 0b3b313d0..000000000
--- a/src/main/resources/templates/themes/indigo/_partial/plugins/baidu.ejs
+++ /dev/null
@@ -1,25 +0,0 @@
-<% if (theme.baidu_tongji){ %>
-
-
-
-
-<% } %>
-
-<% if(theme.baidu_push){ %>
-
-
-
-<% } %>
diff --git a/src/main/resources/templates/themes/indigo/_partial/plugins/disqus.ejs b/src/main/resources/templates/themes/indigo/_partial/plugins/disqus.ejs
deleted file mode 100644
index 59538e4cf..000000000
--- a/src/main/resources/templates/themes/indigo/_partial/plugins/disqus.ejs
+++ /dev/null
@@ -1,10 +0,0 @@
-<% if (theme.disqus_shortname){ %>
-
-<% } %>
diff --git a/src/main/resources/templates/themes/indigo/_partial/plugins/dynamic-title.ejs b/src/main/resources/templates/themes/indigo/_partial/plugins/dynamic-title.ejs
deleted file mode 100644
index f0b6fd287..000000000
--- a/src/main/resources/templates/themes/indigo/_partial/plugins/dynamic-title.ejs
+++ /dev/null
@@ -1,18 +0,0 @@
-<% if (theme.title_change) { %>
-
-<% } %>
diff --git a/src/main/resources/templates/themes/indigo/_partial/plugins/gitment.ejs b/src/main/resources/templates/themes/indigo/_partial/plugins/gitment.ejs
deleted file mode 100755
index 4abb2b8e6..000000000
--- a/src/main/resources/templates/themes/indigo/_partial/plugins/gitment.ejs
+++ /dev/null
@@ -1,18 +0,0 @@
-<% if (theme.gitment){ %>
-
-<% } %>
diff --git a/src/main/resources/templates/themes/indigo/_partial/plugins/google-analytics.ejs b/src/main/resources/templates/themes/indigo/_partial/plugins/google-analytics.ejs
deleted file mode 100644
index f2fd226d4..000000000
--- a/src/main/resources/templates/themes/indigo/_partial/plugins/google-analytics.ejs
+++ /dev/null
@@ -1,10 +0,0 @@
-<% if (theme.google_analytics){ %>
-
-
-
-
-<% } %>
diff --git a/src/main/resources/templates/themes/indigo/_partial/plugins/hyper-comments.ejs b/src/main/resources/templates/themes/indigo/_partial/plugins/hyper-comments.ejs
deleted file mode 100644
index eb60dabf8..000000000
--- a/src/main/resources/templates/themes/indigo/_partial/plugins/hyper-comments.ejs
+++ /dev/null
@@ -1,28 +0,0 @@
-<% if (theme.hyper_id){ %>
-
-<% } %>
diff --git a/src/main/resources/templates/themes/indigo/_partial/plugins/mathjax.ejs b/src/main/resources/templates/themes/indigo/_partial/plugins/mathjax.ejs
deleted file mode 100644
index bd32453da..000000000
--- a/src/main/resources/templates/themes/indigo/_partial/plugins/mathjax.ejs
+++ /dev/null
@@ -1,22 +0,0 @@
-<% if (theme.mathjax){ %>
-
-
-
-
-
-<% } %>
diff --git a/src/main/resources/templates/themes/indigo/_partial/plugins/page-visit.ejs b/src/main/resources/templates/themes/indigo/_partial/plugins/page-visit.ejs
deleted file mode 100644
index 1847ae072..000000000
--- a/src/main/resources/templates/themes/indigo/_partial/plugins/page-visit.ejs
+++ /dev/null
@@ -1,5 +0,0 @@
-<% if (theme.visit_counter) { %>
-
-
-
-
<%- post.title %>
-
- <%- partial('post/date', {date_format: config.date_format}) %>
- <%- partial('post/category') %>
- <%- partial('plugins/page-visit') %>
-
-
- <%- post.content %>
-
-
- <%- partial('post/copyright') %>
- <%- partial('post/reward-btn') %>
-
-
-
-
- <%- partial('post/nav') %>
-
- <%- partial('post/comment') %>
-
-<%- partial('post/reward') %>
diff --git a/src/main/resources/templates/themes/indigo/_partial/post/category.ftl b/src/main/resources/templates/themes/indigo/_partial/post/category.ftl
deleted file mode 100644
index 68fdfc143..000000000
--- a/src/main/resources/templates/themes/indigo/_partial/post/category.ftl
+++ /dev/null
@@ -1,9 +0,0 @@
-<#if post.categories?size gt 0>
-
- <% if(theme.postMessage || theme.show_last_updated) { %>
-
- <%- partial('updated') %>
- <% if(theme.postMessage) {%>
- <%- _.template(theme.postMessage)(locals) %>
- <% } %>
-
- <% } %>
-
-
diff --git a/src/main/resources/templates/themes/indigo/_partial/post/date.ftl b/src/main/resources/templates/themes/indigo/_partial/post/date.ftl
deleted file mode 100644
index 9c4717c28..000000000
--- a/src/main/resources/templates/themes/indigo/_partial/post/date.ftl
+++ /dev/null
@@ -1 +0,0 @@
-
-
-
-
- <%=theme.reward.title %>
-
-
-
- <%
- var wechat = theme.reward.wechat;
- var alipay = theme.reward.alipay;
- %>
-
-
 %>)
-
- <% if(!!wechat && !!alipay) { %>
-
- <% } %>
-
-
-<% } %>
diff --git a/src/main/resources/templates/themes/indigo/_partial/post/share-fab.ejs b/src/main/resources/templates/themes/indigo/_partial/post/share-fab.ejs
deleted file mode 100644
index e4931bcfc..000000000
--- a/src/main/resources/templates/themes/indigo/_partial/post/share-fab.ejs
+++ /dev/null
@@ -1,8 +0,0 @@
-<% if(theme.share){ %>
-
- <%- partial('share', { scope: 'page' }) %>
-
-
-
-
-<% } %>
diff --git a/src/main/resources/templates/themes/indigo/_partial/post/share.ejs b/src/main/resources/templates/themes/indigo/_partial/post/share.ejs
deleted file mode 100644
index 2f4bc1632..000000000
--- a/src/main/resources/templates/themes/indigo/_partial/post/share.ejs
+++ /dev/null
@@ -1,53 +0,0 @@
-<%
- // 使用 sns 直接分享接口
- // 微信使用 qrcode helper 或 http://goqr.me/api/ 生成二维码
- var sUrl = url.replace(/index\.html$/, '')
- var sTitle = page.title ? '《'+ page.title +'》 — ' + config.title : config.title
- var sDesc = truncate(strip_html(page.excerpt || config.description), { length: 80})
- var sPic = page.photos && page.photos.length ? page.photos[0]
- : (/^(http:|https:)?\/\//.test(theme.avatar) ? theme.avatar
- : config.url.replace(/\/$/, '') + theme.avatar)
-%>
-
-
- <%
- var posts = [];
-
- page.posts.each(function(post){
- posts.push(post);
- });
-
- var sortPosts = _[_.orderBy ? 'orderBy' : 'sortByOrder'](posts, ['date'], ['desc']);
- %>
-
- <%
- var y = 0, m = 0;
- sortPosts.forEach(function(post, i){
- var dt = post.date;
- var ny = post.date.year();
- var nm = post.date.month();
-
- if(ny !== y || nm !== m) {
-
- y = ny;
- m = nm;
- %>
- <% if(i > 0){%>
<% } %>
-
- <% } %>
-
- <%- partial('_partial/archive', {post: post, date_format: 'MMM D'}) %>
-
- <%})%>
-
-
- <%- partial('_partial/paginator') %>
-