Skip to content

Commit b673dfa

Browse files
authored
Fix: Font-Awesome CDN Link (#31)
替换 CDN 地址
1 parent 56f0043 commit b673dfa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

header.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<?php endif; ?>
1717
<link href="<?php $this -> options -> themeUrl('static/kico.css'); ?>" rel="stylesheet" type="text/css"/>
1818
<link href="<?php $this -> options -> themeUrl('static/single.css'); ?>" rel="stylesheet" type="text/css"/>
19-
<link href="https://fastly.jsdelivr.net/gh/FortAwesome/Font-Awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"/>
19+
<link href="https://fastly.jsdelivr.net/npm/[email protected]/css/font-awesome.min.css" rel="stylesheet" type="text/css"/>
2020
<meta name="viewport" content="width=device-width, maximum-scale=1, initial-scale=1"/>
2121
<?php if($this -> options -> background): ?>
2222
<style>body:before{content: ''; background-image: url(<?php $this -> options -> background(); ?>)}</style>
@@ -59,4 +59,4 @@
5959
<a href="<?php $this -> options -> adminUrl(); ?>" target="_blank">进入后台</a>
6060
<?php endif; ?>
6161
</nav>
62-
</header>
62+
</header>

0 commit comments

Comments
 (0)