]> njoseph.me Git - hyde.git/commitdiff
Add print css link
authorMohammed El-Dahash <BinaryDahash@users.noreply.github.com>
Sun, 8 Jan 2017 07:26:57 +0000 (23:26 -0800)
committerdigitalcraftsman <digitalcraftsman@protonmail.com>
Tue, 25 Jul 2017 16:29:32 +0000 (18:29 +0200)
layouts/partials/head.html

index 110c99e95082619e9c1abf1560fc2769cc2ff11b..99222f8c216f0c45492b89e89d56f285a8d69da4 100644 (file)
@@ -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">