alexgaribay / octoflat

An Octopress theme based off Twitter Bootstrap v2 and Designmodo's Flat-UI
202 stars 52 forks source link

Match scheme in URLs (allows https when needed) #40

Closed rselbach closed 1 year ago

rselbach commented 10 years ago

This changes assets URLs from 'http://' to '//' meaning they will match the scheme used by site.url. These changes allow the theme to be used on sites that go https by default, otherwise browsers will block the javascript for security.

This requires no configuration changes by users and will work the same with or without SSL enabled.