summaryrefslogtreecommitdiff
path: root/themes/hexo-theme-freemind.bithack/layout/_partial/footer.ejs
blob: af2c8c55e2a25104b08d997644fa3611b1a9e095 (plain)
1
2
3
4
5
6
7
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>