feat(hero): add support for hotlinkFeatureImages

This commit is contained in:
ZhenShuo Leo
2025-09-18 05:15:54 +08:00
parent 4b9e63fd99
commit e6968d877f
5 changed files with 144 additions and 137 deletions
+3
View File
@@ -32,3 +32,6 @@
{{ end }}
{{ end }}
{{ site.Store.Set "defaultBackgroundImage" (dict "url" $defaultBackgroundImageURL "obj" $defaultBackgroundImage) }}
{{/* backgroundImageWidth */}}
{{ site.Store.Set "backgroundImageWidth" (print (site.Params.backgroundImageWidth | default "1200") "x") }}