summaryrefslogtreecommitdiff
path: root/themes/hexo-theme-freemind.bithack/layout/layout.ejs
diff options
context:
space:
mode:
Diffstat (limited to 'themes/hexo-theme-freemind.bithack/layout/layout.ejs')
m---------themes/hexo-theme-freemind.bithack0
-rw-r--r--themes/hexo-theme-freemind.bithack/layout/layout.ejs15
2 files changed, 15 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/layout.ejs b/themes/hexo-theme-freemind.bithack/layout/layout.ejs
new file mode 100644
index 0000000..1fa2e96
--- /dev/null
+++ b/themes/hexo-theme-freemind.bithack/layout/layout.ejs
@@ -0,0 +1,15 @@
+<%- partial('_partial/head') %>
+ <body>
+ <%- partial('_partial/navigation') %>
+ <div class="container">
+ <div class="content">
+ <%- body %>
+ </div>
+ </div>
+ <div class="container-narrow">
+ <footer> <%- partial('_partial/footer') %> </footer>
+</div> <!-- container-narrow -->
+ <%- partial('_partial/search') %>
+ <%- partial('_partial/after_footer') %>
+</body>
+ </html>