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
This commit is contained in:
parent
5a4a5b1862
commit
0576ec066d
7 changed files with 536 additions and 381 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue