diff options
author | housne <housne@gmail.com> | 2013-10-19 02:35:52 +0800 |
---|---|---|
committer | housne <housne@gmail.com> | 2013-10-19 02:35:52 +0800 |
commit | ded92cd80b399a21674ee19776d6b9bade4259f6 (patch) | |
tree | 60405ca63326de3f878d99f3eda73e8047c48cfc /simple-bootstrap | |
parent | 7d192c0045b4b3441407e094fafbcf8d14448df5 (diff) | |
download | pelican-themes-ded92cd80b399a21674ee19776d6b9bade4259f6.tar.gz |
change bootstrap cdn
Diffstat (limited to 'simple-bootstrap')
-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 %} |