-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathfooter.ftl
13 lines (13 loc) · 844 Bytes
/
footer.ftl
1
2
3
4
5
6
7
8
9
10
11
12
13
<footer class="footer">
<div class="footer__container">
© ${year} <a href="${servePath}">${blogTitle}</a> ${footerContent}<br/>
Powered by <a href="https://solo.b3log.org" target="_blank">Solo</a>
Theme <a rel="friend" href="https://github.com/zjhch123/solo-skin-emiya" target="_blank">${skinDirName}</a>
<sup>[<a href="https://github.com/spiritree/typecho-theme-amaze" target="_blank">ref</a>]</sup>
by <a href="https://github.com/zjhch123" target="_blank">Jiahao.Zhang</a>
</div>
</footer>
<#include "../../common-template/label.ftl">
<script type="text/javascript" src="${staticServePath}/js/common.min.js?${staticResourceVersion}" charset="utf-8"></script>
<script type="text/javascript" src="${staticServePath}/skins/${skinDirName}/js/common.min.js?${staticResourceVersion}" charset="utf-8"></script>
${plugins}