Explorar el Código

Add print css link

Mohammed El-Dahash hace 7 años
padre
commit
b155b334bd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      layouts/partials/head.html

+ 1
- 1
layouts/partials/head.html Ver fichero

@@ -15,7 +15,7 @@
15 15
   {{ end }}
16 16
 
17 17
   <!-- CSS -->
18
-  <link rel="stylesheet" href="{{ .Site.BaseURL }}css/print.css">
18
+  <link rel="stylesheet" href="{{ .Site.BaseURL }}css/print.css" media="print">
19 19
   <link rel="stylesheet" href="{{ .Site.BaseURL }}css/poole.css">
20 20
   <link rel="stylesheet" href="{{ .Site.BaseURL }}css/syntax.css">
21 21
   <link rel="stylesheet" href="{{ .Site.BaseURL }}css/hyde.css">