mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 16:31:52 +01:00
Revert "🐛 Fix: Reassignment of variable names"
This reverts commit 80486364cd.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{{ $images := .Resources.ByType "image" }}
|
||||
{{ $backgroundImage := $images.GetMatch "*background*" }}
|
||||
{{ if not $backgroundImage }}
|
||||
{{ $backgroundImage = $images.GetMatch "*feature*" }}
|
||||
{{ $backgroundImage := $images.GetMatch "*feature*" }}
|
||||
{{ end }}
|
||||
{{ if not $backgroundImage }}
|
||||
{{ $backgroundImage = $images.GetMatch "{*cover*,*thumbnail*}" }}
|
||||
|
||||
Reference in New Issue
Block a user