切换公共CDN库 七牛云staticfile
This commit is contained in:
parent
cd8fb2ad83
commit
17b5c69ae0
@ -4,7 +4,7 @@
|
||||
<meta content="text/html; charset=utf-8" http-equiv="content-type" />
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<link href="https://unpkg.com/@primer/css@21.0.7/dist/primer.css" rel="stylesheet" />
|
||||
<link href="//cdn.staticfile.org/Primer/21.0.7/primer.css" rel="stylesheet" />
|
||||
<link rel="icon" href="{{ blogBase['faviconUrl'] }}">
|
||||
{% block head %}{% endblock %}
|
||||
</head>
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
{% block head %}
|
||||
<title>{{ blogBase['postTitle'] }}</title>
|
||||
<link href="https://unpkg.com/@wooorm/starry-night@2.1.1/style/both.css" rel="stylesheet" />
|
||||
<link href="//unpkg.com/@wooorm/starry-night@2.1.1/style/both.css" rel="stylesheet" />
|
||||
{% endblock %}
|
||||
|
||||
{% block style %}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user