mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-22 23:37:53 +00:00
theme: fix failed attempt #926
This commit is contained in:
parent
0c81706cf5
commit
11bc52f2df
2 changed files with 6 additions and 2 deletions
|
@ -125,7 +125,11 @@ Chroma auto run:
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
{{- with resources.Get "css/theme.css" }}
|
{{- 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 }}
|
{{- range $page.Site.Params.boxStyle }}
|
||||||
{{- $identifier := upper .identifier }}
|
{{- $identifier := upper .identifier }}
|
||||||
{{- $identifierl := lower .identifier }}
|
{{- $identifierl := lower .identifier }}
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
6.4.0+1b78cd6f42b0183b5e7408cb43032c270d960cbf
|
6.4.0+0c81706cf559d1a82a1b6910aa8195b004c2dc49
|
Loading…
Reference in a new issue