diff options
| author | Franck Cuny <franck.cuny@gmail.com> | 2014-06-24 03:55:40 +0000 |
|---|---|---|
| committer | Franck Cuny <franck.cuny@gmail.com> | 2014-06-24 03:55:40 +0000 |
| commit | c4f6ae4ec8eb73d5a02742e1970567b30befde93 (patch) | |
| tree | 90b3d9ae3d6111d34e9abd617afb9fd9e0071d77 | |
| parent | rsync and add deps (diff) | |
| download | lumberjaph-c4f6ae4ec8eb73d5a02742e1970567b30befde93.tar.gz | |
load external components without specifying the scheme
| -rw-r--r-- | _layouts/default.html | 2 | ||||
| -rw-r--r-- | static/css/project.css | 4 | ||||
| -rw-r--r-- | static/css/screen.css | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index b5698f8..80fc4e7 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -25,7 +25,7 @@ <link rel="stylesheet" href="/static/css/screen.css" type="text/css"/> - <link rel="canonical" href="http://lumberjaph.net{{ page.url | replace:'index.html','' }}" /> + <link rel="canonical" href="//lumberjaph.net{{ page.url | replace:'index.html','' }}" /> </head> <body style> diff --git a/static/css/project.css b/static/css/project.css index 39514b9..5ea9656 100644 --- a/static/css/project.css +++ b/static/css/project.css @@ -1,5 +1,5 @@ -@import url(http://fonts.googleapis.com/css?family=Droid+Sans:regular,bold); -@import url(http://fonts.googleapis.com/css?family=Droid+Serif:regular); +@import url(//fonts.googleapis.com/css?family=Droid+Sans:regular,bold); +@import url(//fonts.googleapis.com/css?family=Droid+Serif:regular); body { background-color: #bfbfbf; color: #222; diff --git a/static/css/screen.css b/static/css/screen.css index 5397ec6..34c4ac8 100644 --- a/static/css/screen.css +++ b/static/css/screen.css @@ -1,4 +1,4 @@ -@import url(http://fonts.googleapis.com/css?family=Merriweather:400,700); +@import url(//fonts.googleapis.com/css?family=Merriweather:400,700); html { -webkit-text-size-adjust: 100%; |
