Typecho 设置首页独立副标题
<?php $this->options->title(); ?><?php if ($this->is('index')) : ?> - 此心拖泥带水,是人生苦处<?php endif; ?></title> <?php $this->options->title(); ?><?php if ($this->is('index')) : ?> - 此心拖泥带水,是人生苦处<?php endif; ?></title> 在合适的地方插入如下代码:
<section style="background-color: #fff2f2;padding: 5px;">
<p>本文最后更新于<?php echo date('Y年m月d日', $this->modified); ?>;如果文章内容失效,或者遇到问题,请留言及时联系
<a href="<?php $this->options->siteUrl(); ?>about.html" style="color: red;"> 站长 </a></p></section>css样式需要自行调试