akrabat / slim3-skeleton

Simple Slim Framework 3 skeleton with Twig & Monolog
BSD 3-Clause "New" or "Revised" License
344 stars 99 forks source link

Remove scheme from url #14

Closed stormwild closed 9 years ago

stormwild commented 9 years ago

To avoid mixed content issues when running slim3-skeleton from https, remove scheme from url to google fonts.

<link href='//fonts.googleapis.com/css?family=Lato:300' rel='stylesheet' type='text/css'>

in app/templates/home.twig

akrabat commented 9 years ago

Great idea. Fancy creating a PR?

stormwild commented 9 years ago

PR sent. :)