Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/eliasson/liquorice.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Eliasson <markus.eliasson@gmail.com>2015-07-30 10:12:23 +0300
committerMarkus Eliasson <markus.eliasson@gmail.com>2015-07-30 10:12:23 +0300
commitc5d9efa7301e3cedf1c0d9a3f433cd1cd09e97b0 (patch)
treecd2913174783bb308caf9ed1475371b3909ab11d
parent57de3c32ad8487ef9771d2b9f31a40fc03da2823 (diff)
parent86395bd2f806a38c23d71ff0a2c9f721583a0b52 (diff)
Merge pull request #5 from hicksca/patch-1
Suggesting protocol relatives
-rw-r--r--layouts/partials/head.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 70d1579..62b4cdd 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -1,12 +1,12 @@
<!DOCTYPE html>
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
+<html xmlns="//www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1" />
<title>{{ .Title }} &middot; {{ .Site.Title }}</title>
- <link rel='stylesheet' href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,600' type='text/css'>
+ <link rel='stylesheet' href='//fonts.googleapis.com/css?family=Open+Sans:400,300,600' type='text/css'>
<link rel="stylesheet" href="{{ .Site.BaseURL }}/libraries/normalize.3.0.1.css" />
<link rel="stylesheet" href="{{ .Site.BaseURL }}/css/liquorice.css" />
<link rel="shortcut icon" href="/favicon.ico" />