Browse Source

https to //

Artur Paikin 8 years ago
parent
commit
21354bb110
1 changed files with 2 additions and 2 deletions
  1. 2 2
      website/themes/uppy/layout/layout.ejs

+ 2 - 2
website/themes/uppy/layout/layout.ejs

@@ -21,8 +21,8 @@
     <link rel="icon" href="<%- config.logo_icon %>" type="image/x-icon">
     <link rel="alternate" type="application/rss+xml" title="<%= config.title %>" href="/atom.xml">
 
-    <link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600|Roboto+Mono" rel="stylesheet">
-    <link href="https://fonts.googleapis.com/css?family=Poiret+One:400" rel="stylesheet">
+    <link href="//fonts.googleapis.com/css?family=Source+Sans+Pro:400,600|Roboto+Mono" rel="stylesheet">
+    <link href="//fonts.googleapis.com/css?family=Poiret+One:400" rel="stylesheet">
     <script>
       window.PAGE_TYPE = "<%- page.type %>"
     </script>