From 9cb306a40300eb136f6531e701d2bd9e5ff8010d Mon Sep 17 00:00:00 2001 From: ZhenShuo Leo <98386542+ZhenShuo2021@users.noreply.github.com> Date: Tue, 22 Jul 2025 01:31:07 +0800 Subject: [PATCH] style: run prettier format on background.html --- layouts/partials/hero/background.html | 88 +++++++++++++++------------ 1 file changed, 48 insertions(+), 40 deletions(-) diff --git a/layouts/partials/hero/background.html b/layouts/partials/hero/background.html index 9c1eb321..ee5115ad 100644 --- a/layouts/partials/hero/background.html +++ b/layouts/partials/hero/background.html @@ -6,56 +6,64 @@ {{- if not $featured }}{{ $featured = $images.GetMatch "{*cover*,*thumbnail*}" }}{{ end -}} {{ if and .Params.featureimage (not $featured) }} -{{- $url:= .Params.featureimage -}} -{{ $featured = resources.GetRemote $url }} + {{- $url:= .Params.featureimage -}} + {{ $featured = resources.GetRemote $url }} {{ end }} {{- if not $featured }} - {{ with .Site.Params.defaultBackgroundImage }} - {{ if or (strings.HasPrefix . "http:") (strings.HasPrefix . "https:") }} - {{ $featured = resources.GetRemote . }} - {{ else }} - {{ $featured = resources.Get . }} + {{ with .Site.Params.defaultBackgroundImage }} + {{ if or (strings.HasPrefix . "http:") (strings.HasPrefix . "https:") }} + {{ $featured = resources.GetRemote . }} + {{ else }} + {{ $featured = resources.Get . }} + {{ end }} {{ end }} - {{ end }} {{ end -}} -{{ $isParentList := eq (.Scratch.Get "scope") "list" }} -{{ $shouldBlur := $.Params.layoutBackgroundBlur | default (or - (and ($.Site.Params.article.layoutBackgroundBlur | default true) (not $isParentList)) - (and ($.Site.Params.list.layoutBackgroundBlur | default true) ($isParentList)) - ) }} -{{ $shouldAddHeaderSpace := $.Params.layoutBackgroundHeaderSpace | default (or - (and ($.Site.Params.article.layoutBackgroundHeaderSpace | default true) (not $isParentList)) - (and ($.Site.Params.list.layoutBackgroundHeaderSpace | default true) ($isParentList)) - ) }} +{{ $isParentList := eq (.Scratch.Get "scope") "list" }} +{{ $shouldBlur := $.Params.layoutBackgroundBlur | default (or + (and ($.Site.Params.article.layoutBackgroundBlur | default true) (not $isParentList)) + (and ($.Site.Params.list.layoutBackgroundBlur | default true) ($isParentList)) + ) +}} +{{ $shouldAddHeaderSpace := $.Params.layoutBackgroundHeaderSpace | default (or + (and ($.Site.Params.article.layoutBackgroundHeaderSpace | default true) (not $isParentList)) + (and ($.Site.Params.list.layoutBackgroundHeaderSpace | default true) ($isParentList)) + ) +}} + {{- with $featured -}} - -{{ if $shouldAddHeaderSpace | default true}} -
-{{ end }} - -