增加一些没用的设置

This commit is contained in:
浪子
2024-05-18 16:33:53 +08:00
parent 3ac8681cb4
commit 3716cff1e7
4 changed files with 122 additions and 21 deletions
+4 -1
View File
@@ -11,7 +11,10 @@ if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?>
<h1 class="post--single__title"><?php $this->title() ?></h1>
<?php Typecho_Widget::widget('Widget_Stat')->to($quantity); ?>
<h2 class="archive--title__year">共包含 <?php $quantity->publishedPostsNum(); ?> 篇文章</h2>
</header>
<?php if ($this->options->showallwords): ?>
<h3><?php echo allwords(); ?></h3>
<?php endif; ?>
</header>
<div class="page--archive" >
<?php
$stat = Typecho_Widget::widget('Widget_Stat');