Skip to content

Commit

Permalink
Updates to index for career testimonials (#54)
Browse files Browse the repository at this point in the history
* Updates to index for career testimonials

Add career-quote, career-image and career-jobtitle
  • Loading branch information
bosschaert authored Sep 21, 2023
1 parent 28268ac commit 6d255dd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions helix-query.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,13 @@ indices:
select: head > meta[property="article:tag"]
values: |
attribute(el, 'content')
career-image:
select: main .career-hero-photo img
value: attribute(el, "src")
career-quote:
select: main blockquote.career-hero-quote
value: textContent(el)
career-jobtitle:
select: main p.career-hero-title
value: textContent(el)

0 comments on commit 6d255dd

Please sign in to comment.