]> njoseph.me Git - hyde.git/blobdiff - layouts/partials/head.html
Add print css link
[hyde.git] / layouts / partials / head.html
index 07e383a0f47306254e07ee56feb54b8f3a9babe0..447a27c9c169ceb1d5ac71462874c64a2514888d 100644 (file)
@@ -15,6 +15,7 @@
   {{ end }}
 
   <!-- 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">
@@ -25,5 +26,5 @@
   <link rel="shortcut icon" href="/favicon.png">
 
   <!-- RSS -->
-  <link href="{{ .RSSlink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" />
+  <link href="{{ .RSSLink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" />
 </head>