We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd14beb commit cd11464Copy full SHA for cd11464
nikola/data/themes/base/templates/base_helper.tmpl
@@ -75,7 +75,7 @@ lang="${lang}">
75
<%def name="html_stylesheets()">
76
%if use_bundles:
77
%if use_cdn:
78
- <link href="//cdnjs.cloudflare.com/ajax/libs/baguettebox.js/1.8.2/baguetteBox.min.css" rel="stylesheet" type="text/css">
+ <link href="https://cdnjs.cloudflare.com/ajax/libs/baguettebox.js/1.8.2/baguetteBox.min.css" rel="stylesheet" type="text/css">
79
<link href="/assets/css/all.css" rel="stylesheet" type="text/css">
80
%else:
81
<link href="/assets/css/all-nocdn.css" rel="stylesheet" type="text/css">
0 commit comments