Skip to content

Commit

Permalink
Adding author and tags
Browse files Browse the repository at this point in the history
  • Loading branch information
fe-lix- committed Nov 23, 2023
1 parent cabd682 commit d69e6a8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions helix-query.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ indices:
image:
select: head > meta[property="og:image"]
value: attribute(el, "content")
author:
select: head > meta[name="author"]
value: attribute(el, "content")
tags:
select: head > meta[property="article:tag"]
value: attribute(el, "content")
blog_ca:
include:
- /ca/blog/**
Expand All @@ -41,3 +47,9 @@ indices:
image:
select: head > meta[property="og:image"]
value: attribute(el, "content")
author:
select: head > meta[name="author"]
value: attribute(el, "content")
tags:
select: head > meta[name="tags"]
value: attribute(el, "content")

0 comments on commit d69e6a8

Please sign in to comment.