-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.php
23 lines (23 loc) · 1.29 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
<?php if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?>
<footer class="site-footer">
<section class="copyright">
©
2020 - <?php echo date("Y"); ?> · <?php $this->options->title(); ?>
</section>
<section class="powerby">
Powered by <a href="https://typecho.org/" target="_blank" rel="noopener">Typecho</a> <br />
Theme <b><a href="https://github.com/CaiJimmy/hugo-theme-stack" target="_blank" rel="noopener" data-version="3.26.0">Stack</a></b> designed by <a href="https://jimmycai.com" target="_blank" rel="noopener">Jimmy</a>
Made with <a href="https://imsun.org/" target="_blank">Sun</a>
</section>
<?php $this->options->tongji() ?>
</footer>
</main>
</div>
<script type="text/javascript" src="<?php $this->options->themeUrl('js/main.js'); ?>" defer></script>
<script src="<?php $this->options->themeUrl('js/photoswipe.min.js'); ?>"></script>
<script src="<?php $this->options->themeUrl('js/photoswipe-ui-default.min.js'); ?>"></script>
<link rel="stylesheet" href="<?php $this->options->themeUrl('css/default-skin.min.css'); ?>" >
<link rel="stylesheet" href="<?php $this->options->themeUrl('css/photoswipe.min.css'); ?>">
<script src="<?php $this->options->themeUrl('js/vibrant.min.js'); ?>"></script>
</body>
</html>