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 }}">
|
||||
{{ end }}
|
||||
|
||||
<!-- Custom CSS to override theme properties (/static/style.scss) -->
|
||||
{{ if (fileExists "static/style.scss") -}}
|
||||
<link rel="stylesheet" href="{{ "style.scss" | absURL }}">
|
||||
<!-- Custom CSS to override theme properties (/static/style.css) -->
|
||||
{{ if (fileExists "static/style.css") -}}
|
||||
<link rel="stylesheet" href="{{ "style.css" | absURL }}">
|
||||
{{- end }}
|
||||
|
||||
<!-- Icons -->
|
||||
|
Loading…
Reference in New Issue
Block a user