Navigation Menu

Skip to content

Commit

Permalink
baby steps
Browse files Browse the repository at this point in the history
  • Loading branch information
ralsina committed May 5, 2015
1 parent f094987 commit 6df5331
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion nikola/data/themes/bootstrap3/bundles
@@ -1,2 +1,2 @@
assets/css/all.css=twitter-bootstrap::bootstrap.css,rst.css,code.css,jquery.colorbox::colorbox.css,theme.css,custom.css
assets/js/all.js=jquery,twitter-bootstrap,jquery,jquery.colorbox,moment-js::moment-with-locales.min.js,fancydates.js
assets/js/all.js=jquery,twitter-bootstrap,jquery,jquery.colorbox,moment.js::moment-with-locales.min.js,fancydates.js
8 changes: 2 additions & 6 deletions nikola/data/themes/bootstrap3/templates/base_helper.tmpl
Expand Up @@ -70,10 +70,8 @@ lang="${lang}">
%if use_cdn:
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
<script src="/assets/js/all.js"></script>
%else:
<script src="/assets/js/all-nocdn.js"></script>
%endif
<script src="/assets/js/all.js"></script>
%else:
%if use_cdn:
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
Expand All @@ -97,10 +95,8 @@ lang="${lang}">
%if use_bundles:
%if use_cdn:
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css" rel="stylesheet">
<link href="/assets/css/all.css" rel="stylesheet" type="text/css">
%else:
<link href="/assets/css/all-nocdn.css" rel="stylesheet" type="text/css">
%endif
<link href="/assets/css/all.css" rel="stylesheet" type="text/css">
%else:
%if use_cdn:
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css" rel="stylesheet">
Expand Down

0 comments on commit 6df5331

Please sign in to comment.