背景图
is('index')){ $this->options->title(); } elseif ($this->is('single')){$this->title();}else{ $this->archiveTitle(array( 'category' => _t('%s'), 'search' => _t('检索到包含 %s 的文章'), 'tag' => _t('%s'), ), '', ''); } ?>

is('index')){ if($this->options->subtitle){$this->options->subtitle();}else{ echo '这个人很懒还没有写描述!'; } } elseif($this->is('category')){ $Description=""; if($this->getDescription()){ $Description='📕 '.$this->getDescription(); } echo $Description.' 📝 共('.$this->getTotal().')篇';} elseif($this->is('tag')){ echo '📝 当前标签下共有文章('.$this->getTotal().')篇';} elseif($this->is('single')){ ?> date('Y年m月d日'); ?> is('post')): ?> " alt="作者头像" class="z-10 rounded-full size-5" loading="lazy"> 作者头像 author->screenName(); ?> 编辑