This commit is contained in:
sagrrecn
2026-02-19 13:26:07 +08:00
commit acc2487481
15 changed files with 2388 additions and 0 deletions

19
footer.php Normal file
View File

@@ -0,0 +1,19 @@
<?php if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?>
<footer class="site-footer container-fluid">
<div class="d-flex justify-content-between">
<ul class="list-inline text-muted">
<li>&copy; <?php echo date('Y'); ?> <a href="<?php $this->options->siteUrl(); ?>"><!--<?php $this->options->title(); ?>--> SANGUSHUI.COM</a></li>
<!--<li><a href="<?php $this->options->feedUrl(); ?>"><?php _e('RSS'); ?></a></li>-->
</ul>
<ul class="list-inline text-muted">
<li>
SINCE 2026.01.26
</li>
</ul>
</div>
</footer>
<?php $this->footer(); ?>
</body>
</html>