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 cd14beb

Browse files
authoredMay 22, 2017
Update base.tmpl
1 parent 00ebb1a commit cd14beb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎nikola/data/themes/base/templates/base.tmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ${template_hooks['extra_head']()}
2121
</div>
2222
${base.late_load_js()}
2323
% if use_cdn:
24-
<script src="//cdnjs.cloudflare.com/ajax/libs/baguettebox.js/1.8.2/baguetteBox.min.js"></script>
24+
<script src="https://cdnjs.cloudflare.com/ajax/libs/baguettebox.js/1.8.2/baguetteBox.min.js"></script>
2525
% else:
2626
<script src="/assets/js/baguetteBox.min.js"></script>
2727
% endif

0 commit comments

Comments
 (0)
Please sign in to comment.