vulcan/themes/gstyle/layout/partials/footer.ejs
Martin Donnelly 4789944309 added theme
2017-09-01 11:16:00 +01:00

12 lines
423 B
Plaintext

<footer class="footer">
<!--<p>由<a href="http://hexo.io/" target="_blank">Hexo</a>强力驱动,搭载<a href="https://github.com/wayou/hexo-theme-gstyle">gstyle</a>主题</p>-->
<p>
&copy; <%= date(new Date(), 'YYYY') %> <%= config.author || config.title %>
</p>
</footer>
<%- js('lib/jquery') %>
<%- js('lib/waves') %>
<%- js('lib/jquery-ui') %>
<%- js('lib/jquery.tocify') %>
<%- js('js/main') %>