about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorMohammed El-Dahash2017-01-07 23:28:04 -0800
committerdigitalcraftsman2017-07-25 18:29:32 +0200
commitb155b334bd1d47e322fed4c1599114fdba9ae8ba (patch)
tree92aa541dc54b809fd961511f6fecf4cfb99980ca
parentb35d6d2d6b8c37070d322eb3742dfdfa2912acb6 (diff)
downloadhyde-b155b334bd1d47e322fed4c1599114fdba9ae8ba.tar.lz
hyde-b155b334bd1d47e322fed4c1599114fdba9ae8ba.tar.zst
hyde-b155b334bd1d47e322fed4c1599114fdba9ae8ba.zip
Add print css link
-rw-r--r--layouts/partials/head.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 99222f8..447a27c 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -15,7 +15,7 @@
   {{ end }}
 
   <!-- CSS -->
-  <link rel="stylesheet" href="{{ .Site.BaseURL }}css/print.css">
+  <link rel="stylesheet" href="{{ .Site.BaseURL }}css/print.css" media="print">
   <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">