changelog added

This commit is contained in:
2025-12-03 14:23:45 +01:00
parent 6bfd5605a5
commit 6cd4ac5b46
9 changed files with 284 additions and 52 deletions

View File

@@ -0,0 +1,6 @@
{{- $src := .Src | default "" -}}
{{- $size := .Size | default "cover" -}}
{{- if $src -}}
style="background-image:url('{{ $src | absURL }}');background-size:{{ $size }};background-position:center center;background-repeat:no-repeat;"
{{- end -}}