Skip to content

Commit

Permalink
add articleBlurb to articles index (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
kronnox authored Jan 16, 2024
1 parent 57b6f28 commit 205bb44
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions helix-query.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ indices:
description:
select: head > meta[property="og:description"]
value: attribute(el, "content")
articleBlurb:
select: head > meta[name="articleBlurb"]
value: attribute(el, "content")
category:
select: head > meta[name="category"]
value: match(attribute(el, "content"), "(?:https:\/\/[^/]+)?(.+)")
Expand Down

0 comments on commit 205bb44

Please sign in to comment.