change bootstrap cdn
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
{% block head %}
|
||||
<title>{% block title %}{{ SITENAME }}{% endblock %}</title>
|
||||
<meta charset="utf-8" />
|
||||
<link href="http://cdn.staticfile.org/twitter-bootstrap/3.0.0-rc1/css/bootstrap.min.css" rel="stylesheet" />
|
||||
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" />
|
||||
<link href="{{ SITEURL }}/theme/static/css/style.css" rel="stylesheet" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||
{% if FEED_ALL_ATOM %}
|
||||
|
||||
Reference in New Issue
Block a user