-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.html
31 lines (31 loc) · 1.23 KB
/
footer.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<footer class="footer">
<div class="top">
<p>
<span>
<a href="/atom.xml" target="_blank" class="rss" title="rss">
<i class="icon icon-lg icon-rss"></i>
</a>
</span>
<span>博客内容遵循
<a rel="license" href="https://creativecommons.org/licenses/by-nc-sa/4.0/deed.zh">知识共享 署名 - 非商业性 - 相同方式共享 4.0 国际协议</a></span>
</p>
</div>
<div class="bottom">
<p>
<span>Power by
<a href="https://github.com/otale/tale" target="_blank">Tale</a> Theme
<a href="https://github.com/otale/theme_indigo" target="_blank">indigo</a></span>
<span>${theme_option('author') ?! 'biezhi'} © 2017</span></p>
</div>
</footer>
</main>
<div class="mask" id="mask"></div>
<a href="javascript:;" id="gotop" class="waves-effect waves-circle waves-light">
<span class="icon icon-lg icon-chevron-up"></span>
</a>
#include('./share.html')
<script src="//cdn.bootcss.com/node-waves/0.7.4/waves.min.js"></script>
<script>var BLOG={ROOT:"/",SHARE:!0,REWARD:!1};</script>
<script src="${theme_url('/static/js/main.min.js')}"></script>
</body>
</html>