Explorar el Código

Use relative url function for custom CSS files (#132)

Signed-off-by: Daniele Ricci <daniele@casaricci.it>
tags/2.34
Daniele Ricci hace 6 años
padre
commit
1d79e2d477
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      layouts/_default/baseof.html

+ 1
- 1
layouts/_default/baseof.html Ver fichero

@@ -23,7 +23,7 @@
{{ end }}

{{ range .Site.Params.custom_css }}
<link rel="stylesheet" href="{{ $.Site.BaseURL }}{{ . }}">
<link rel="stylesheet" href="{{ relURL ($.Site.BaseURL) }}{{ . }}">
{{ end }}

{{ block "favicon" . }}

Cargando…
Cancelar
Guardar