about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2018-06-17 20:19:41 +0000
committerAlan Pearce2018-06-17 20:19:41 +0000
commitfecf1903c37c291b44c7326fa64c615f13855bf7 (patch)
treed64f2c994d837423aa5b5b7e1087c71080a34709
parent6f7b8a114d998778a2cf7772a29feb3bff6cba81 (diff)
downloadhyde-fecf1903c37c291b44c7326fa64c615f13855bf7.tar.xz
hyde-fecf1903c37c291b44c7326fa64c615f13855bf7.zip
Fix print css URL
-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 49a7659..0ef2aa1 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html
@@ -10,7 +10,7 @@
10 <title>{{ .Title }} &middot; {{ .Site.Title }}</title> 10 <title>{{ .Title }} &middot; {{ .Site.Title }}</title>
11 {{ end -}} 11 {{ end -}}
12 12
13 <link type="text/css" rel="stylesheet" href="{{ .Site.BaseURL }}css/print.css" media="print"> 13 <link type="text/css" rel="stylesheet" href="/css/print.css" media="print">
14 <link rel="stylesheet" href="/css/poole.css"> 14 <link rel="stylesheet" href="/css/poole.css">
15 <link rel="stylesheet" href="/css/syntax.css"> 15 <link rel="stylesheet" href="/css/syntax.css">
16 <link rel="stylesheet" href="/css/hyde.css"> 16 <link rel="stylesheet" href="/css/hyde.css">