初始版本
diff --git a/themes/bootstrap-blog/layout/_partial/footer.ejs b/themes/bootstrap-blog/layout/_partial/footer.ejs
new file mode 100644
index 0000000..05a90df
--- /dev/null
+++ b/themes/bootstrap-blog/layout/_partial/footer.ejs
@@ -0,0 +1,8 @@
+<footer class="blog-footer">
+ <div class="container">
+ <div id="footer-info" class="inner">
+ © <%= date(new Date(), 'YYYY') %> <%= config.author || config.title %><br>
+ Powered by <a href="http://hexo.io/" target="_blank">Hexo</a>
+ </div>
+ </div>
+</footer>