This repository has been archived by the owner on Nov 2, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
footer.php
61 lines (59 loc) · 2.95 KB
/
footer.php
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<?php wp_footer();?>
<footer class="mdl-mini-footer" id="bottom">
<div class="mdl-mini-footer--left-section">
<div>
<div class="footer-develop-div">Powered by
<a href="https://cn.wordpress.org/" target="_blank" class="footer-develop-a" title='优雅的个人发布平台'>WordPress</a><?php if(get_RnMaterial('tongji_toggle')== 1){ ?><?php if(get_RnMaterial('tongji_text_toggle')== 1){ ?> | <?php } ?><?php echo get_RnMaterial('tongji'); ?><?php } ?></div>
<div class="footer-develop-div">Theme -
<a href="https://github.com/hjthjthjt/rnmaterial" target="_blank" class="footer-develop-a">RnMaterial</a> | <a href="https://jakting.com" target="_blank" class="footer-develop-a">Jartip</a></div>
</div>
</div>
<div class="mdl-mini-footer--right-section">
<div id="copyright"><?php if(get_RnMaterial('beian_toggle')== 1){ ?><a href="http://www.miibeian.gov.cn/" class="footer-develop-a"><?php echo get_RnMaterial('beian'); ?></a> | <?php } ?>Copyright © <?php echo get_RnMaterial('found_year','2012'); ?> -
<script type="text/javascript">var fd = new Date;
document.write(" " + fd.getFullYear() + " ")</script><?php bloginfo("name"); ?>
<br>本博客使用
<a href="<?php echo get_RnMaterial('cc_url','https://creativecommons.org/licenses/by-nc-sa/3.0/deed.zh'); ?>" target="_blank" class="footer-develop-a"><?php echo get_RnMaterial('cc_name','CC BY-NC-SA 3.0'); ?></a> 进行许可</div>
</div>
</footer>
<script src="<?php echo bloginfo('template_url');?>/js/lazyload.min.js"></script>
<script src="<?php echo bloginfo('template_url');?>/js/js.min.js"></script>
<script src="<?php echo bloginfo('template_url');?>/js/nprogress.js"></script>
<?php echo get_RnMaterial('diy_js');?>
<style><?php echo get_RnMaterial('diy_css');?></style>
<script type="text/ls-javascript" id="NProgress-script">NProgress.configure({
showSpinner: true
});
NProgress.start();
$('#nprogress .bar').css({
'background': '#263238'
});
$('#nprogress .peg').css({
'box-shadow': '0 0 10px #263238, 0 0 15px #263238'
});
$('#nprogress .spinner-icon').css({
'border-top-color': '#263238',
'border-left-color': '#263238'
});
setTimeout(function() {
NProgress.done();
$('.fade').removeClass('out');
},
300);</script>
<script>var agent = navigator.userAgent.toLowerCase();
agent.indexOf("ucbrowser") > 0 && (document.write('<link rel="stylesheet" href="/css/uc.css">'), alert("由于 UC 浏览器使用极旧的内核,而本网站使用了一些新的特性。\n为了您能更好的浏览,推荐使用 Chrome 或 Firefox 浏览器。"))</script>
<script type="text/ls-javascript" id="window-load">$(window).on('load',
function() {
// Post_Toc parent position fixed
$('.post-toc-wrap').parent('.mdl-menu__container').css('position', 'fixed');
});</script>
<script type="text/ls-javascript" id="lazy-load">// Offer LazyLoad
queue.offer(function() {
$('.lazy').lazyload({
effect: 'show'
});
});</script>
</main>
</div>
</body>
</html>