mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 01:20:05 +08:00
Merge pull request #2184 from wsdjeg/jquery_cnd
Use bootCDN for jquery in cn page
This commit is contained in:
commit
9a6fc96964
@ -42,7 +42,11 @@
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="chrome=1">
|
||||
<link rel="stylesheet" href="{{ '/assets/css/main.css' | relative_url }}">
|
||||
{% if page.lang == "cn" %}
|
||||
<script src="https://cdn.bootcss.com/jquery/1.7.1/jquery.min.js"></script>
|
||||
{% else %}
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
|
||||
{% endif %}
|
||||
<script src="{{ '/assets/js/respond.js' | relative_url }}"></script>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
|
||||
<script>
|
||||
|
Loading…
Reference in New Issue
Block a user