theme: fix failed attempt #926

This commit is contained in:
Sören Weber 2024-10-13 14:21:16 +02:00
parent 0c81706cf5
commit 11bc52f2df
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D
2 changed files with 6 additions and 2 deletions

View file

@ -125,7 +125,11 @@ Chroma auto run:
{{- end }}
{{- with resources.Get "css/theme.css" }}
{{- $themecontent := print `{{- $assetBusting := partialCached "assetbusting.gotmpl" . -}}\n@import "{{ printf "variables.css%s" $assetBusting }}";` "\n\n" .Content }}
{{- $themecontent := print
`{{- $assetBusting := partialCached "assetbusting.gotmpl" . -}}` "\n"
`@import "{{ printf "variables.css%s" $assetBusting }}";` "\n\n"
.Content
}}
{{- range $page.Site.Params.boxStyle }}
{{- $identifier := upper .identifier }}
{{- $identifierl := lower .identifier }}

View file

@ -1 +1 @@
6.4.0+1b78cd6f42b0183b5e7408cb43032c270d960cbf
6.4.0+0c81706cf559d1a82a1b6910aa8195b004c2dc49