summaryrefslogtreecommitdiff
path: root/themes/hexo-theme-freemind.bithack/layout/_partial/index.ejs
diff options
context:
space:
mode:
Diffstat (limited to 'themes/hexo-theme-freemind.bithack/layout/_partial/index.ejs')
m---------themes/hexo-theme-freemind.bithack0
-rw-r--r--themes/hexo-theme-freemind.bithack/layout/_partial/index.ejs36
2 files changed, 36 insertions, 0 deletions
diff --git a/themes/hexo-theme-freemind.bithack b/themes/hexo-theme-freemind.bithack
deleted file mode 160000
-Subproject db335ebdc14507c7687084da084a56eb3d003f1
diff --git a/themes/hexo-theme-freemind.bithack/layout/_partial/index.ejs b/themes/hexo-theme-freemind.bithack/layout/_partial/index.ejs
new file mode 100644
index 0000000..d0c3a21
--- /dev/null
+++ b/themes/hexo-theme-freemind.bithack/layout/_partial/index.ejs
@@ -0,0 +1,36 @@
+<div class="row page">
+
+ <% if (theme.widgets.length) { %>
+ <div class="col-md-9">
+ <% } else { %>
+ <div class="col-md-12">
+ <% } %>
+
+ <%- partial('post/slogan') %>
+ <div id="top_search"></div>
+ <div class="mypage">
+
+ <!-- title and entry -->
+ <% page.posts.each(function(item){ %>
+ <%- partial('post/title', {item: item, index: index}) %>
+ <%- partial('post/entry', {item: item, index: index}) %>
+ <% }); %>
+
+ </div>
+
+ <!-- pagination -->
+ <div>
+ <center>
+ <%- partial('index_pagination') %>
+ </center>
+ </div>
+
+
+
+ </div> <!-- col-md-9 -->
+
+ <% if (theme.widgets.length) { %>
+ <%- partial('sidebar') %>
+ <% } %>
+
+</div> <!-- row-fluid --> \ No newline at end of file