diff options
author | Dato Simó | 2014-05-14 23:57:17 +0100 |
---|---|---|
committer | Dato Simó | 2014-05-15 00:34:40 +0100 |
commit | 0576ec066de382154036f1df6b0428ba9ff402d3 (patch) | |
tree | 570573fa4b5880d1aba03217998d7cf512716e12 /layouts/chrome/head.html | |
parent | 5a4a5b1862047eec1ab6054528f41448e7004c8b (diff) | |
download | hyde-0576ec066de382154036f1df6b0428ba9ff402d3.tar.lz hyde-0576ec066de382154036f1df6b0428ba9ff402d3.tar.zst hyde-0576ec066de382154036f1df6b0428ba9ff402d3.zip |
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.html | 1 |
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 }} · {{ .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"> |