fix: now copyright in footer properly align in different combinations of fullWidthTheme and centerTheme

This commit is contained in:
Mirus
2024-12-22 13:07:34 +02:00
parent 588095c0a1
commit 90c0a89d9f
3 changed files with 9 additions and 4 deletions

View File

@@ -13,7 +13,8 @@
{{ template "_internal/google_analytics.html" . }}
{{ $defaultStyles := resources.Get "css/style.scss" }}
{{ $defaultStylesTemplate := resources.Get "css/style.scss" }}
{{ $defaultStyles := $defaultStylesTemplate | resources.ExecuteAsTemplate "main.scss" .}}
<!-- Local Theme Variables -->
{{ if and (isset .Params "color") (not (eq .Params.color "")) }}
{{ $localColorCss := resources.Get (printf "css/color/%s.scss" .Params.color) }}