如果我们有需要对 Typecho 自定义首页TDK的话,可以用这个代码实现:

<?php if($this->is('index')): ?>
<?php $this->header('description=描述内容'); ?>
<?php else: ?>
<?php $this->header(); ?><?php endif; ?>