Skip to content

Commit ac47e05

Browse files
author
nopy
committedOct 17, 2014
改进https支持
1 parent 72eedcd commit ac47e05

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎usr/themes/default/header.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
), '', ' - '); ?><?php $this->options->title(); ?></title>
1515

1616
<!-- 使用url函数转换相关路径 -->
17-
<link rel="stylesheet" href="http://cdn.staticfile.org/normalize/2.1.3/normalize.min.css">
17+
<link rel="stylesheet" href="//cdn.staticfile.org/normalize/2.1.3/normalize.min.css">
1818
<link rel="stylesheet" href="<?php $this->options->themeUrl('grid.css'); ?>">
1919
<link rel="stylesheet" href="<?php $this->options->themeUrl('style.css'); ?>">
2020

2121
<!--[if lt IE 9]>
22-
<script src="http://cdn.staticfile.org/html5shiv/r29/html5.min.js"></script>
23-
<script src="http://cdn.staticfile.org/respond.js/1.3.0/respond.min.js"></script>
22+
<script src="//cdn.staticfile.org/html5shiv/r29/html5.min.js"></script>
23+
<script src="//cdn.staticfile.org/respond.js/1.3.0/respond.min.js"></script>
2424
<![endif]-->
2525

2626
<!-- 通过自有函数输出HTML头部信息 -->

0 commit comments

Comments
 (0)
Please sign in to comment.