Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6df5331

Browse files
committedMay 5, 2015
baby steps
1 parent f094987 commit 6df5331

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed
 

‎nikola/data/themes/bootstrap3/bundles

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
assets/css/all.css=twitter-bootstrap::bootstrap.css,rst.css,code.css,jquery.colorbox::colorbox.css,theme.css,custom.css
2-
assets/js/all.js=jquery,twitter-bootstrap,jquery,jquery.colorbox,moment-js::moment-with-locales.min.js,fancydates.js
2+
assets/js/all.js=jquery,twitter-bootstrap,jquery,jquery.colorbox,moment.js::moment-with-locales.min.js,fancydates.js

‎nikola/data/themes/bootstrap3/templates/base_helper.tmpl

+2-6
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,8 @@ lang="${lang}">
7070
%if use_cdn:
7171
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
7272
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
73-
<script src="/assets/js/all.js"></script>
74-
%else:
75-
<script src="/assets/js/all-nocdn.js"></script>
7673
%endif
74+
<script src="/assets/js/all.js"></script>
7775
%else:
7876
%if use_cdn:
7977
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
@@ -97,10 +95,8 @@ lang="${lang}">
9795
%if use_bundles:
9896
%if use_cdn:
9997
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css" rel="stylesheet">
100-
<link href="/assets/css/all.css" rel="stylesheet" type="text/css">
101-
%else:
102-
<link href="/assets/css/all-nocdn.css" rel="stylesheet" type="text/css">
10398
%endif
99+
<link href="/assets/css/all.css" rel="stylesheet" type="text/css">
104100
%else:
105101
%if use_cdn:
106102
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css" rel="stylesheet">

0 commit comments

Comments
 (0)
Please sign in to comment.