瀏覽代碼

Add print css link

Mohammed El-Dahash 8 年之前
父節點
當前提交
b155b334bd
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      layouts/partials/head.html

+ 1
- 1
layouts/partials/head.html 查看文件

15
   {{ end }}
15
   {{ end }}
16
 
16
 
17
   <!-- CSS -->
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
   <link rel="stylesheet" href="{{ .Site.BaseURL }}css/poole.css">
19
   <link rel="stylesheet" href="{{ .Site.BaseURL }}css/poole.css">
20
   <link rel="stylesheet" href="{{ .Site.BaseURL }}css/syntax.css">
20
   <link rel="stylesheet" href="{{ .Site.BaseURL }}css/syntax.css">
21
   <link rel="stylesheet" href="{{ .Site.BaseURL }}css/hyde.css">
21
   <link rel="stylesheet" href="{{ .Site.BaseURL }}css/hyde.css">