aboutsummaryrefslogtreecommitdiffstats
path: root/simple-bootstrap
diff options
context:
space:
mode:
authorhousne <housne@gmail.com>2013-10-19 02:35:52 +0800
committerhousne <housne@gmail.com>2013-10-19 02:35:52 +0800
commitded92cd80b399a21674ee19776d6b9bade4259f6 (patch)
tree60405ca63326de3f878d99f3eda73e8047c48cfc /simple-bootstrap
parent7d192c0045b4b3441407e094fafbcf8d14448df5 (diff)
downloadpelican-themes-ded92cd80b399a21674ee19776d6b9bade4259f6.zip
pelican-themes-ded92cd80b399a21674ee19776d6b9bade4259f6.tar.gz
pelican-themes-ded92cd80b399a21674ee19776d6b9bade4259f6.tar.bz2
change bootstrap cdn
Diffstat (limited to 'simple-bootstrap')
-rwxr-xr-xsimple-bootstrap/templates/base.html2
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 %}