This commit is contained in:
parent
90328ff4ad
commit
5cccb0021f
|
@ -1,5 +1,6 @@
|
||||||
<?php if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?>
|
<?php if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?>
|
||||||
<footer id="footer" class="footer">
|
<footer id="footer" class="footer">
|
||||||
|
<?php echo allwords(); ?>
|
||||||
<div class="copyright">
|
<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>
|
<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>
|
</div>
|
||||||
|
|
4
post.php
4
post.php
|
@ -75,6 +75,8 @@
|
||||||
</article>
|
</article>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<?php $this->need('part/toc.php'); ?>
|
<?php if ($this->options->showtoc): ?>
|
||||||
|
<?php $this->need('part/toc.php'); ?>
|
||||||
|
<?php endif; ?>
|
||||||
<?php $this->need('part/footer.php'); ?>
|
<?php $this->need('part/footer.php'); ?>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue