增加 favicon 显示
This commit is contained in:
parent
78f9e94e3a
commit
4d6ed40aae
Binary file not shown.
After Width: | Height: | Size: 4.2 KiB |
|
@ -12,6 +12,9 @@
|
||||||
'tag' => _t('标签 %s 下的文章'),
|
'tag' => _t('标签 %s 下的文章'),
|
||||||
'author' => _t('%s 发布的文章')
|
'author' => _t('%s 发布的文章')
|
||||||
), '', ' - '); ?><?php $this->options->title(); ?></title>
|
), '', ' - '); ?><?php $this->options->title(); ?></title>
|
||||||
|
<link rel="apple-touch-icon" href="<?php $this->options->logoUrl() ?>">
|
||||||
|
<link rel="shortcut icon" href="<?php $this->options->themeUrl('/assets/favicon.ico')?>" />
|
||||||
|
<link rel="bookmark" href="<?php $this->options->themeUrl('/assets/favicon.ico')?>" type="image/x-icon"/>
|
||||||
|
|
||||||
<!-- Google Fonts -->
|
<!-- Google Fonts -->
|
||||||
<link href="https://fonts.googleapis.com/css?family=Poppins:200,300,400,600,700,800" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css?family=Poppins:200,300,400,600,700,800" rel="stylesheet">
|
||||||
|
|
|
@ -16,6 +16,10 @@ $this->need('functions.php'); // 不知道为啥,似乎模版页面不会自
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||||
<title><?php $this->options->title(); ?></title>
|
<title><?php $this->options->title(); ?></title>
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" href="<?php $this->options->logoUrl() ?>">
|
||||||
|
<link rel="shortcut icon" href="<?php $this->options->themeUrl('/assets/favicon.ico')?>" />
|
||||||
|
<link rel="bookmark" href="<?php $this->options->themeUrl('/assets/favicon.ico')?>" type="image/x-icon"/>
|
||||||
|
|
||||||
<!-- Google Fonts -->
|
<!-- Google Fonts -->
|
||||||
<link href="https://fonts.googleapis.com/css?family=Poppins:200,300,400,600,700,800" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css?family=Poppins:200,300,400,600,700,800" rel="stylesheet">
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue