mirror of
https://github.com/typecho/typecho.git
synced 2025-01-17 20:48:42 +01:00
改进https支持
This commit is contained in:
parent
72eedcdf14
commit
ac47e05b93
@ -14,13 +14,13 @@
|
||||
), '', ' - '); ?><?php $this->options->title(); ?></title>
|
||||
|
||||
<!-- 使用url函数转换相关路径 -->
|
||||
<link rel="stylesheet" href="http://cdn.staticfile.org/normalize/2.1.3/normalize.min.css">
|
||||
<link rel="stylesheet" href="//cdn.staticfile.org/normalize/2.1.3/normalize.min.css">
|
||||
<link rel="stylesheet" href="<?php $this->options->themeUrl('grid.css'); ?>">
|
||||
<link rel="stylesheet" href="<?php $this->options->themeUrl('style.css'); ?>">
|
||||
|
||||
<!--[if lt IE 9]>
|
||||
<script src="http://cdn.staticfile.org/html5shiv/r29/html5.min.js"></script>
|
||||
<script src="http://cdn.staticfile.org/respond.js/1.3.0/respond.min.js"></script>
|
||||
<script src="//cdn.staticfile.org/html5shiv/r29/html5.min.js"></script>
|
||||
<script src="//cdn.staticfile.org/respond.js/1.3.0/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
<!-- 通过自有函数输出HTML头部信息 -->
|
||||
|
Loading…
x
Reference in New Issue
Block a user