标签 description 下的文章

Typecho自定义首页描述Description内容

<?php if($this->is('index')): ?>
<?php $this->header('description=二蛋博客用来记录工作中遇到的问题和解决方法,并希望对遇到同样问题的人有所帮助,同时,当我需要再次重新设置的时候,能精确回忆起当初如何操作的。'); ?>
<?php else: ?>
<?php $this->header(); ?><?php endif; ?>