This commit is contained in:
杜恒
2021-02-20 09:46:06 +08:00
parent 9aca51ef5a
commit fe479844bc
3 changed files with 9 additions and 7 deletions

View File

@@ -43,8 +43,8 @@
<link rel="shortcut icon" href="<?php $this->options->JFavicon() ?>" />
<title><?php $this->archiveTitle(array('category' => '分类 %s 下的文章', 'search' => '包含关键字 %s 的文章', 'tag' => '标签 %s 下的文章', 'author' => '%s 发布的文章'), '', ' - '); ?><?php $this->options->title(); ?></title>
<?php if ($this->is('single')) : ?>
<meta name="description" content="<?php $this->fields->description(); ?>" />
<meta name="keywords" content="<?php $this->fields->keywords(); ?>" />
<meta name="keywords" content="<?php echo $this->fields->keywords ? $this->fields->keywords : htmlspecialchars($this->_keywords); ?>" />
<meta name="description" content="<?php echo $this->fields->description ? $this->fields->description : htmlspecialchars($this->_description); ?>" />
<?php $this->header('keywords=&description='); ?>
<?php else : ?>
<?php $this->header(); ?>