|
3 | 3 | define("THEME_URL", '/' . str_replace($this->options->siteUrl, "", $this->options->themeUrl)); |
4 | 4 | ?> |
5 | 5 | <head> |
6 | | - <meta charset="<?php $this->options->charset(); ?>"> |
7 | | - <title><?php $this->archiveTitle(array( |
8 | | - 'category' => _t('分类 %s 下的文章'), |
9 | | - 'search' => _t('包含关键字 %s 的文章'), |
10 | | - 'tag' => _t('标签 %s 下的文章'), |
11 | | - 'author' => _t('%s 发布的文章') |
12 | | - ), '', ' - '); ?><?php $this->options->title(); ?><?php if ($this->is('index')): ?><?php endif; ?></title> |
13 | | - <meta name="viewport" content="width=device-width, initial-scale=1.0"/> |
14 | | - <meta name="copyright" content="Light"/> |
15 | | - <link rel="shortcut icon" href="<?php $this->options->favicon(); ?>"> |
16 | | - <link rel="apple-touch-icon" href="<?php $this->options->favicon(); ?>"> |
17 | | - <link rel="stylesheet" href="<?php echo THEME_URL ?>/css/fonts/linecons/css/linecons.css"> |
18 | | - <link rel="stylesheet" href="<?php echo THEME_URL ?>/css/font-awesome.min.css"> |
19 | | - <link rel="stylesheet" href="<?php echo THEME_URL ?>/css/bootstrap.css"> |
20 | | - <link rel="stylesheet" href="<?php echo THEME_URL ?>/css/xenon-core.css"> |
21 | | - <link rel="stylesheet" href="<?php echo THEME_URL ?>/css/xenon-components.css"> |
22 | | - <link rel="stylesheet" href="<?php echo THEME_URL ?>/css/xenon-skins.css"> |
23 | | - <link rel="stylesheet" href="<?php echo THEME_URL ?>/css/nav.css"> |
24 | | - <script>const themeUrl = "<?php echo THEME_URL ?>";</script> |
25 | | - <script src="<?php echo THEME_URL ?>/js/jquery.min.js"></script> |
| 6 | + <meta charset="<?php $this->options->charset(); ?>"> |
| 7 | + <title><?php $this->archiveTitle(array( |
| 8 | + 'category' => _t('分类 %s 下的文章'), |
| 9 | + 'search' => _t('包含关键字 %s 的文章'), |
| 10 | + 'tag' => _t('标签 %s 下的文章'), |
| 11 | + 'author' => _t('%s 发布的文章') |
| 12 | + ), '', ' - '); ?><?php $this->options->title(); ?><?php if ($this->is('index')): ?><?php endif; ?></title> |
| 13 | + <meta name="viewport" content="width=device-width, initial-scale=1.0"/> |
| 14 | + <meta name="copyright" content="Light"/> |
| 15 | + <link rel="shortcut icon" href="<?php $this->options->favicon(); ?>"> |
| 16 | + <link rel="apple-touch-icon" href="<?php $this->options->favicon(); ?>"> |
| 17 | + <link rel="stylesheet" href="<?php echo THEME_URL ?>/css/fonts/linecons/css/linecons.css"> |
| 18 | + <link rel="stylesheet" href="<?php echo THEME_URL ?>/css/font-awesome.min.css"> |
| 19 | + <link rel="stylesheet" href="<?php echo THEME_URL ?>/css/bootstrap.css"> |
| 20 | + <link rel="stylesheet" href="<?php echo THEME_URL ?>/css/xenon-core.css"> |
| 21 | + <link rel="stylesheet" href="<?php echo THEME_URL ?>/css/xenon-components.css"> |
| 22 | + <link rel="stylesheet" href="<?php echo THEME_URL ?>/css/xenon-skins.css"> |
| 23 | + <link rel="stylesheet" href="<?php echo THEME_URL ?>/css/xenon-forms.css"> |
| 24 | + <link rel="stylesheet" href="<?php echo THEME_URL ?>/css/nav.css"> |
| 25 | + <script>const themeUrl = "<?php echo THEME_URL ?>";</script> |
| 26 | + <script src="<?php echo THEME_URL ?>/js/jquery.min.js"></script> |
26 | 27 | <?php $this->header(); ?> |
27 | 28 | </head> |
0 commit comments