Compare commits
1
Commits
4331b32265
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1d8c53242f |
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user