hexo-theme-keep/layout/common/footer.ejs

5 lines
144 B
Plaintext
Raw Normal View History

<footer class="footer">
<div class="copyright-info">
&copy; <%= date(new Date(), 'YYYY') %> <%= config.author%>
</div>
</footer>