typecho自定义首页keywords和Description内容

使用这样的代码,可以自定义相关header内容:

 


<?php if($this->is('index')): ?>
<?php $this->header('description=关键字。'); ?>
<?php else: ?>
<?php $this->header(); ?><?php endif; ?>

相关文章

发表新评论