静态资源本地化
This commit is contained in:
浪子
2024-07-09 11:02:55 +08:00
parent 9bbbeb5b32
commit 5ebf1c00b6
8 changed files with 33 additions and 16 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
'author' => _t('%s 发布的文章')
], '', ' - '); ?><?php $this->options->title(); ?></title>
<link rel='canonical' href='<?php $this->options->siteUrl(); ?>'>
<link rel="stylesheet" href="<?php $this->options->themeUrl('style.css'); ?>">
<link rel="stylesheet" href="<?php $this->options->themeUrl('css/style.css'); ?>">
<meta property='og:title' content="<?php $this->options->siteUrl(); ?>">
<meta property='og:description' content="<?php $this->options->description() ?>.">
<meta property='og:url' content='<?php $this->options->siteUrl(); ?>'>