summaryrefslogtreecommitdiff
path: root/themes/hexo-theme-freemind.bithack/layout/_partial/footer.ejs
diff options
context:
space:
mode:
Diffstat (limited to 'themes/hexo-theme-freemind.bithack/layout/_partial/footer.ejs')
m---------themes/hexo-theme-freemind.bithack0
-rw-r--r--themes/hexo-theme-freemind.bithack/layout/_partial/footer.ejs8
2 files changed, 8 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/footer.ejs b/themes/hexo-theme-freemind.bithack/layout/_partial/footer.ejs
new file mode 100644
index 0000000..af2c8c5
--- /dev/null
+++ b/themes/hexo-theme-freemind.bithack/layout/_partial/footer.ejs
@@ -0,0 +1,8 @@
+<p>
+ <% if (config.author){ %>
+ &copy; <%= new Date().getFullYear() %> <%= config.author %>'s Blog
+ <% } else { %>
+ &copy; <%= new Date().getFullYear() %> <%= config.title %>
+ <% } %>
+ powered by <a href="http://hexo.io/" target="_blank">Hexo</a>.Theme <a href="https://github.com/Ares-X/hexo-theme-freemind.bithack" target="_blank">freemind.bithack</a>
+</p>