commit 613325cba00a8fbb63612fd1eb4994094709be78 parent 007d7f3df65d60a0577e6a9031e9da5152cc94f2 Author: panr <radoslaw.koziel@gmail.com> Date: Thu, 8 Dec 2022 23:42:23 +0100 fix external static style.css path Diffstat:
| M | layouts/partials/head.html | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/layouts/partials/head.html b/layouts/partials/head.html @@ -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 -->