Fix typo (ref -> href) (#17) Thanks @VictorBersy https://github.com/athul/archie/pull/15#issuecomment-714503130
Francis Barton franbarton@gmail.com
Sat, 07 Nov 2020 04:10:30 +0000
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
layouts/partials/header.html
→
layouts/partials/header.html
@@ -52,7 +52,7 @@ {{ end }}
<!-- Custom CSS style get applied last --> {{- if isset .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 -}} {{- range .Site.Params.customJS }}