Fix typo (ref -> href) (#17)
Thanks @VictorBersy https://github.com/athul/archie/pull/15#issuecomment-714503130
This commit is contained in:
parent
2edf7ab84b
commit
8a286dd90d
|
@ -52,7 +52,7 @@
|
||||||
<!-- Custom CSS style get applied last -->
|
<!-- Custom CSS style get applied last -->
|
||||||
{{- if isset .Site.Params "customcss" }}
|
{{- if isset .Site.Params "customcss" }}
|
||||||
{{ range .Site.Params.customCSS }}
|
{{ range .Site.Params.customCSS }}
|
||||||
<link rel="stylesheet" type="text/css" ref="{{ . | relURL }}">
|
<link rel="stylesheet" type="text/css" href="{{ . | relURL }}">
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
{{- range .Site.Params.customJS }}
|
{{- range .Site.Params.customJS }}
|
||||||
|
|
Loading…
Reference in a new issue