Compare commits

..
1 Commits
Author SHA1 Message Date
Neil Hanlon 1d8c53242f fix: RelPermalink for override scss 2025-08-08 14:07:49 -04:00
+1 -1
View File
@@ -17,7 +17,7 @@
{{ end }} {{ end }}
{{ range .Site.Params.custom_scss }} {{ range .Site.Params.custom_scss }}
{{ $style := resources.Get . | css.Sass }} {{ $style := resources.Get . | css.Sass }}
<link rel="stylesheet" href="{{ $style.Permalink }}"> <link rel="stylesheet" href="{{ $style.RelPermalink }}">
{{ end }} {{ end }}
{{ `<!--[if lt IE 9]> {{ `<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>