Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jkjoy committed Jun 30, 2024
1 parent 90328ff commit 5cccb00
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions part/footer.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?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>
Expand Down
4 changes: 3 additions & 1 deletion post.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@
</article>
</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'); ?>

0 comments on commit 5cccb00

Please sign in to comment.