-
Notifications
You must be signed in to change notification settings - Fork 7
/
footer.php
32 lines (25 loc) · 1.08 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
<?php if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?>
<!-- </div> -->
<!-- end #body -->
<footer id="footer" class="footer" role="contentinfo">
<div class="copyright">
<span>
Copyright © <?php echo date('Y'); ?>
<a href="<?php $this->options->siteUrl(); ?>"><?php $this->options->title(); ?></a> |
Powered by <a href="http://www.typecho.org">Typecho </a> &
<a href="https://github.com/crazylxr/Typecho-Theme-Notion">Notion</a>
</span>
</div>
</footer>
<?php $this->footer(); ?>
<script src="https://eqcn.ajz.miesnfu.com/wp-content/plugins/wp-3d-pony/live2dw/lib/L2Dwidget.min.js"></script>
<script src="<?php $this->options->themeUrl('asset/katelog/katelog.min.js'); ?>"></script>
<script src="<?php $this->options->themeUrl('asset/script.js'); ?>"></script>
<div id="live2d-widget">
<canvas id="live2dcanvas" width="200" height="440"
style="position: fixed; opacity: 1; right: 0px; bottom: 0; z-index: 99999; pointer-events: none;"></canvas>
</div>
<!-- 其他脚本 -->
<?php $this->options->otherScript() ?>
</body>
</html>