On 23 Nov 2015, at 06:28, Sven Van Caekenberghe <sven@stfx.eu> wrote:
On 23 Nov 2015, at 08:24, Stephan Eggermont <stephan@stack.nl> wrote:
On 22-11-15 23:53, Ben Coman wrote:
I guess the only real fix for the https pages produced to reference https stylesheets. cheers -ben
On Mon, Nov 23, 2015 at 1:58 AM, Peter Uhnák <i.uhnak@gmail.com <mailto:i.uhnak@gmail.com>> wrote:
The question now is: what do we need to fix to make it work?
Rewrite all internal links to use https when served over https
Better yet, rewrite all links to be properly relative and independent of the scheme used. This can also be done with external resources, for example:
<!-- Custom Fonts --> <link href="//fonts.googleapis.com/css?family=Lato:400" rel="stylesheet" type="text/css"> <link href="//fonts.googleapis.com/css?family=Titillium+Web:400" rel="stylesheet" type="text/css">
<!-- Font Awesome--> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
Note the weird but valid // syntax of the URLs.
Ah, ok. I will make a TODO entry and will fix it⦠(maybe when back in Lille december so I can do it with Esteban). Marcus