add ustc js cdn

This commit is contained in:
Charles Weng 2015-12-23 17:48:42 +08:00
parent 5e252d3ad0
commit 917d9f6101
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
<% if (theme.cdn == "useso"){ %>
<script src="//ajax.useso.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<% } else if (theme.cdn == "ustc") { %>
<script src="//ajax.lug.ustc.edu.cn/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<% } else { %>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<% } %>