Explorar el Código

modified header

tags/v1.0.0
somrat hace 4 años
padre
commit
30ab0b0812
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      layouts/partials/head.html

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

@@ -20,7 +20,7 @@
<link rel="stylesheet" href="{{ $styles.Permalink }}" media="screen">

{{"<!-- Custom stylesheet - for your changes -->" |safeHTML}}
<link rel="stylesheet" href="{{ "css/custom.css" | relURL}} " media="screen">
<link rel="stylesheet" href="{{ `css/custom.css` | relURL}} " media="screen">

{{ "<!--Favicon-->" | safeHTML }}
<link rel="shortcut icon" href="{{ `images/favicon.png` | absURL }} " type="image/x-icon">

Cargando…
Cancelar
Guardar