mirror of
https://dl.bcrjl.com/ghg/HaoOuBa/Joe.git
synced 2026-02-17 13:10:05 +08:00
更新
This commit is contained in:
@@ -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(); ?>
|
||||
|
||||
Reference in New Issue
Block a user