about summary refs log tree commit diff stats
path: root/layouts/partials/head.html
diff options
context:
space:
mode:
authorAlan Pearce2014-06-07 17:55:21 +0100
committerAlan Pearce2014-06-07 17:55:21 +0100
commit77fd7bf9de42635164cd1d4cfbf8b366b051792b (patch)
tree434d0733c237459565146d8ce4d6ae6c9e50b646 /layouts/partials/head.html
parentde669470ce21d49ca2b429a2644db58bf2a6c0d2 (diff)
downloadhyde-77fd7bf9de42635164cd1d4cfbf8b366b051792b.tar.lz
hyde-77fd7bf9de42635164cd1d4cfbf8b366b051792b.tar.zst
hyde-77fd7bf9de42635164cd1d4cfbf8b366b051792b.zip
Add missing slash to font stylesheet URL
Diffstat (limited to 'layouts/partials/head.html')
-rw-r--r--layouts/partials/head.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 1a9e258..816f1e9 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -9,7 +9,7 @@
 		<link rel="stylesheet" href="/css/poole.css">
 		<link rel="stylesheet" href="/css/syntax.css">
 		<link rel="stylesheet" href="/css/hyde.css">
-		<link rel="stylesheet" href="/fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface">
+		<link rel="stylesheet" href="//fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface">
 		<!-- Icons -->
 		<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/apple-touch-icon-144-precomposed.png">
 		<link rel="shortcut icon" href="/favicon.ico">