Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/athul/archie.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancis Barton <franbarton@gmail.com>2020-11-07 07:10:30 +0300
committerGitHub <noreply@github.com>2020-11-07 07:10:30 +0300
commit8a286dd90d95c32dff42c1a0ea21139b4d636bce (patch)
tree9e4dde4cd4c4a61fed7fdc91fad34a5968eb9bd4
parent2edf7ab84b855913c0c430453d3b9a31496b5cd0 (diff)
Fix typo (ref -> href) (#17)
Thanks @VictorBersy https://github.com/athul/archie/pull/15#issuecomment-714503130
-rw-r--r--layouts/partials/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 2884897..6260cd2 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -52,7 +52,7 @@
<!-- 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 }}