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 }}
{{ range .Site.Params.custom_scss }}
{{ $style := resources.Get . | css.Sass }}
<link rel="stylesheet" href="{{ $style.Permalink }}">
<link rel="stylesheet" href="{{ $style.RelPermalink }}">
{{ end }}
{{ `<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>