Skip to content

Commit

Permalink
Add print css link
Browse files Browse the repository at this point in the history
  • Loading branch information
BinaryDahash authored and digitalcraftsman committed Jul 25, 2017
1 parent b35d6d2 commit b155b33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit b155b33

Please sign in to comment.