hexo/themes/Klise/layout/partials/foot.ejs

12 lines
377 B
Plaintext
Raw Normal View History

2023-09-25 15:58:56 +08:00
<footer class="footer">
<small class="footer_copyright">
<div id="bottom-inner">
© 2021 Site by <%=config.author%> using
<a href="http://hexo.io">hexo blog framework</a>.
<br>
<p> Theme is <a href="https://github.com/dewjohn/hexo-theme-klise">Klise</a></p>
</div>
</small>
</footer>
<%- partial('partials/scripts') %>