diff options
author | Mohammed El-Dahash | 2017-01-07 23:26:57 -0800 |
---|---|---|
committer | digitalcraftsman | 2017-07-25 18:29:32 +0200 |
commit | b35d6d2d6b8c37070d322eb3742dfdfa2912acb6 (patch) | |
tree | 0b7eec82045bdeafc36042be69ad8a0295171262 | |
parent | 80695973ac0e3dd9a846f055d43fe3969b711144 (diff) | |
download | hyde-b35d6d2d6b8c37070d322eb3742dfdfa2912acb6.tar.lz hyde-b35d6d2d6b8c37070d322eb3742dfdfa2912acb6.tar.zst hyde-b35d6d2d6b8c37070d322eb3742dfdfa2912acb6.zip |
Add print css link
-rw-r--r-- | layouts/partials/head.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 110c99e..99222f8 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -15,6 +15,7 @@ {{ end }} <!-- CSS --> + <link rel="stylesheet" href="{{ .Site.BaseURL }}css/print.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"> |