diff --git a/modules/blox-tailwind/layouts/partials/site_head.html b/modules/blox-tailwind/layouts/partials/site_head.html index 5134d6a0..dcf63aa1 100644 --- a/modules/blox-tailwind/layouts/partials/site_head.html +++ b/modules/blox-tailwind/layouts/partials/site_head.html @@ -49,7 +49,7 @@ {{ $theme_name := (lower site.Params.appearance.color) | default "blue" }} {{ $theme_path := printf "css/themes/%s.css" $theme_name }} {{ if not (fileExists (printf "assets/%s" $theme_path)) }} - {{ errorf "The specified color theme `%s.css` was not found in `assets/css/themes/`. Either install your custom color theme in the folder or set the `color` theme value in `params.yaml` to an existing theme such as `blue`." }} + {{ errorf "The specified color theme `%s.css` was not found in `assets/css/themes/`. Either install your custom color theme in the folder or set the `color` theme value in `params.yaml` to an existing theme such as `blue`." $theme_name }} {{ else }} {{ $theme_css := resources.Get $theme_path | minify }}