all repos — archie @ 8a286dd90d95c32dff42c1a0ea21139b4d636bce

A minimal Hugo Theme

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
commit

8a286dd90d95c32dff42c1a0ea21139b4d636bce

parent

2edf7ab84b855913c0c430453d3b9a31496b5cd0

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M layouts/partials/header.htmllayouts/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 }}