This commit is contained in:
浪子
2025-07-09 16:56:11 +08:00
parent 6b9cc81754
commit b3b1407647
5 changed files with 369 additions and 17 deletions
+5 -1
View File
@@ -10,7 +10,11 @@
'search' => _t('包含关键字 %s 的文章'),
'tag' => _t('标签 %s 下的文章'),
'author' => _t('%s 发布的文章')
], '', ' - '); ?><?php $this->options->title(); ?></title>
], '', ' - '); ?>
<?php $this->options->title(); ?>
<?php if ($this->is('index')) echo ' - '; ?>
<?php if ($this->is('index')) $this->options->description() ?>
</title>
<link rel="canonical" href="<?php $this->options->siteUrl(); ?>">
<meta name='robots' content='max-image-preview:large' />
<?php $this->options->addhead(); ?>