This commit is contained in:
浪子
2024-06-27 19:59:47 +08:00
parent 18421aab6f
commit 52e5a313c8
22 changed files with 2581 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
<?php if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?>
<footer id="footer" class="footer">
<div class="copyright">
<span>© <?php $this->options->title() ?> | Powered by <a href="https://typecho.org" target="_blank">Typecho</a> | 移植 by <a href="https://imsun.org" target="_blank">Sun</a> </span>
</div>
<?php $this->options->tongji(); ?>
</footer>
</div>
</body>
</html>