Explorar el Código

Update head.html

Fixes #49
Bjørn Erik Pedersen hace 6 años
padre
commit
8cab2d27e2
Ninguna cuenta está vinculada al correo electrónico del colaborador
Se han modificado 1 ficheros con 4 adiciones y 4 borrados
  1. 4
    4
      layouts/partials/head.html

+ 4
- 4
layouts/partials/head.html Ver fichero

@@ -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 -->