]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
web: static will be served over SSL, use scheme-less URL for Google fonts
authorVincent Bernat <bernat@luffy.cx>
Sat, 12 Jan 2013 21:53:19 +0000 (22:53 +0100)
committerVincent Bernat <bernat@luffy.cx>
Sat, 12 Jan 2013 21:53:19 +0000 (22:53 +0100)
layout/base.j2

index a6853d1b00e8a98d24b94db8b13130ebdd31b3e8..039258b34a599c32ae855b868714e47819447376 100644 (file)
@@ -10,7 +10,7 @@
   <meta name="keywords" content="lldpd, 802.1ab, network, discovery, cdp, edp, snmp">
   <meta name="viewport" content="width=device-width,initial-scale=1.0">
   <link rel="canonical" href="{{base}}{{ content_url(resource.url) }}">
-  <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Inconsolata|Libre+Baskerville:400,400italic,700" type="text/css">
+  <link rel="stylesheet" href="//fonts.googleapis.com/css?family=Inconsolata|Libre+Baskerville:400,400italic,700" type="text/css">
   <link rel="stylesheet" href="{{ media_url('css/lldpd.css') }}" type="text/css">
   <script src="{{ media_url('js/mp.js') }}"></script>
 </head>