3 Star 9 Fork 3

暮城留风 / JPress-LivingCoral主题

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
footer.html 2.52 KB
一键复制 编辑 原始数据 按行查看 历史
yokicoo 提交于 2020-07-12 05:49 . 修改一些细节
#define footer(page_flag)
<footer class="footer">
<div class="bg-white">
<div class="container">
<div class="row justify-content-lg-center">
<div class="col-12 col-lg-9">
#if(page_flag == 'home')
<div class="friendlink text-xs bg-light rounded p-4 mt-4">
<div class="text-md mb-2"><i class="text-lg text-primary pr-2 iconfont icon-bookmark"></i>友情链接
</div>
<div>
#option("livingCoral_links", '')
</div>
</div>
#end
<div class="container-fluid cl-footer">
</div>
<div style="text-align: center" class="text-xs text-muted border-top border-light py-4 mt-4">Copyright © <script>document.write(new Date().getFullYear());</script>
<a href="#(WEB_DOMAIN ??)">#(WEB_NAME ??).</a>All rights reserved. <a href="http://www.beian.miit.gov.cn/"></a>
<span
class="px-2">&sdot;</span>主题移植 by <a target="_blank" href="https://www.nicetheme.cn" rel="nofollow">nicetheme</a><span
class="px-2">&sdot;</span>
<div style="width:300px;margin:0 auto; padding:10px 0;">
<!-- 写你自己的备案地址 -->
<a target="_blank" href="" style="display:inline-block;text-decoration:none;height:20px;line-height:20px;"><img src="image/beian.png" style="float:left;"/><p style="float:left;height:20px;line-height:20px;margin: 0px 0px 0px 5px; color:#939393;"></p></a>
</div>
</div>
</div>
</div>
</div>
</div>
</footer>
<a id="nice-back-to-top" href="#">
<span class="icon-stack">
<i class="iconfont icon-chevron-up-outline"></i>
<span class="back-to-top-text">Top</span>
</span>
</a>
<script>
var nice_url = {"single":"0"};
</script>
<script type='text/javascript' src='#(CPATH)/templates/LivingCoral/static/js/smartideo.js'></script>
<script src="#(CPATH)/templates/LivingCoral/static/js/jimu.js"></script>
<script type='text/javascript' src='#(CPATH)/templates/LivingCoral/static/js/theia-sticky-sidebar.min.js'></script>
<script type='text/javascript' src='#(CPATH)/templates/LivingCoral/static/js/nicetheme.js'></script>
<script type='text/javascript' src='#(CPATH)/templates/LivingCoral/static/js/plugins.min.js'></script>
</body>
</html>
#end
Java
1
https://gitee.com/LiaoChunping/JPress-LivingCoral.git
git@gitee.com:LiaoChunping/JPress-LivingCoral.git
LiaoChunping
JPress-LivingCoral
JPress-LivingCoral主题
master

搜索帮助