fix external static style.css path
This commit is contained in:
parent
007d7f3df6
commit
613325cba0
@ -23,9 +23,9 @@
|
|||||||
<link rel="stylesheet" href="{{ $styles.RelPermalink }}">
|
<link rel="stylesheet" href="{{ $styles.RelPermalink }}">
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
<!-- Custom CSS to override theme properties (/static/style.scss) -->
|
<!-- Custom CSS to override theme properties (/static/style.css) -->
|
||||||
{{ if (fileExists "static/style.scss") -}}
|
{{ if (fileExists "static/style.css") -}}
|
||||||
<link rel="stylesheet" href="{{ "style.scss" | absURL }}">
|
<link rel="stylesheet" href="{{ "style.css" | absURL }}">
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
<!-- Icons -->
|
<!-- Icons -->
|
||||||
|
Loading…
Reference in New Issue
Block a user