diff options
-rwxr-xr-x | simple-bootstrap/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/simple-bootstrap/templates/base.html b/simple-bootstrap/templates/base.html index b1f06a7..934c488 100755 --- a/simple-bootstrap/templates/base.html +++ b/simple-bootstrap/templates/base.html @@ -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 %} |