版本0.2

This commit is contained in:
浪子
2024-07-01 10:03:24 +08:00
parent 49f932202e
commit f2bb3ef9d7
19 changed files with 483 additions and 502 deletions
+11
View File
@@ -0,0 +1,11 @@
<?php if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?>
<footer id="footer" class="footer">
<?php echo allwords(); ?>
<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>