Pārlūkot izejas kodu

Update head.html

Fixes #49
Bjørn Erik Pedersen 6 gadus atpakaļ
vecāks
revīzija
8cab2d27e2
Revīzijas autora e-pasts nav piesaistīts nevienam kontam
1 mainītis faili ar 4 papildinājumiem un 4 dzēšanām
  1. 4
    4
      layouts/partials/head.html

+ 4
- 4
layouts/partials/head.html Parādīt failu

@@ -15,10 +15,10 @@
15 15
   {{- end }}
16 16
 
17 17
   <!-- CSS -->
18
-  <link rel="stylesheet" href="{{ .Site.BaseURL }}css/print.css" media="print">
19
-  <link rel="stylesheet" href="{{ .Site.BaseURL }}css/poole.css">
20
-  <link rel="stylesheet" href="{{ .Site.BaseURL }}css/syntax.css">
21
-  <link rel="stylesheet" href="{{ .Site.BaseURL }}css/hyde.css">
18
+  <link type="text/css" rel="stylesheet" href="{{ .Site.BaseURL }}css/print.css" media="print">
19
+  <link type="text/css" rel="stylesheet" href="{{ .Site.BaseURL }}css/poole.css">
20
+  <link type="text/css" rel="stylesheet" href="{{ .Site.BaseURL }}css/syntax.css">
21
+  <link type="text/css" rel="stylesheet" href="{{ .Site.BaseURL }}css/hyde.css">
22 22
   {{ partial "head_fonts.html" . }}
23 23
 
24 24
   <!-- Icons -->