From 4b8a6fc2e5739ab28ca6bf538677da8e96826f04 Mon Sep 17 00:00:00 2001 From: Kailas Nadh U <53608019+kailasnadh790@users.noreply.github.com> Date: Fri, 5 Apr 2024 16:43:08 -0400 Subject: [PATCH] Search/blurb (#303) * add promotion banner block * improve image fetching * Update helix-query.yaml --------- Co-authored-by: Luca --- helix-query.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helix-query.yaml b/helix-query.yaml index f541894..9e49d27 100644 --- a/helix-query.yaml +++ b/helix-query.yaml @@ -196,7 +196,7 @@ indices: select: head > meta[property="og:description"] value: attribute(el, "content") blurb: - select: head > meta[property="articleblurb"] + select: head > meta[name="articleblurb"] value: attribute(el, "content") heading: select: main h1:first-of-type