Skip to content

Commit

Permalink
Update indexing to use hero-career instead of career-hero
Browse files Browse the repository at this point in the history
  • Loading branch information
bosschaert committed Oct 4, 2023
1 parent 8a70034 commit 5096f9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helix-query.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ indices:
select: head > meta[property="og:image"]
value: attribute(el, "content")
career-quote:
select: main .career-hero
select: main .hero-career
value: match(el, '.*?\n?Quote\n([^\n]+)')
career-jobtitle:
select: main .career-hero
select: main .hero-career
value: match(el, '.*?\n?Title\n([^\n]+)')

0 comments on commit 5096f9b

Please sign in to comment.