소스 검색

Add print css link

Mohammed El-Dahash 7 년 전
부모
커밋
b35d6d2d6b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      layouts/partials/head.html

+ 1
- 0
layouts/partials/head.html 파일 보기

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