summaryrefslogtreecommitdiff
path: root/layouts/chrome/head.html
diff options
context:
space:
mode:
authorDato Simó <dato@net.com.org.es>2014-05-14 23:57:17 +0100
committerDato Simó <dato@net.com.org.es>2014-05-15 00:34:40 +0100
commit0576ec066de382154036f1df6b0428ba9ff402d3 (patch)
tree570573fa4b5880d1aba03217998d7cf512716e12 /layouts/chrome/head.html
parent5a4a5b1862047eec1ab6054528f41448e7004c8b (diff)
Hyde theme: sync with upstream to v2.0.0.
CSS is now split into poole.css and hyde.css; chrome/sidebar.html updated. Also cherry-pick: * poole/hyde@48b9d1f - Set a max-width for images
Diffstat (limited to 'layouts/chrome/head.html')
-rw-r--r--layouts/chrome/head.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/chrome/head.html b/layouts/chrome/head.html
index 582750c..4ddf0fa 100644
--- a/layouts/chrome/head.html
+++ b/layouts/chrome/head.html
@@ -10,6 +10,7 @@
<title> {{ .Title }} &middot; {{ .Site.Title }} </title>
<!-- CSS -->
+ <link rel="stylesheet" href="{{ .Site.BaseUrl }}/css/poole.css">
<link rel="stylesheet" href="{{ .Site.BaseUrl }}/css/syntax.css">
<link rel="stylesheet" href="{{ .Site.BaseUrl }}/css/hyde.css">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface">