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 cd11464

Browse files
authoredMay 22, 2017
Update base_helper.tmpl
1 parent cd14beb commit cd11464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ lang="${lang}">
7575
<%def name="html_stylesheets()">
7676
%if use_bundles:
7777
%if use_cdn:
78-
<link href="//cdnjs.cloudflare.com/ajax/libs/baguettebox.js/1.8.2/baguetteBox.min.css" rel="stylesheet" type="text/css">
78+
<link href="https://cdnjs.cloudflare.com/ajax/libs/baguettebox.js/1.8.2/baguetteBox.min.css" rel="stylesheet" type="text/css">
7979
<link href="/assets/css/all.css" rel="stylesheet" type="text/css">
8080
%else:
8181
<link href="/assets/css/all-nocdn.css" rel="stylesheet" type="text/css">

0 commit comments

Comments
 (0)
Please sign in to comment.