Skip to content

Commit

Permalink
Fixing Canada tags (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
fe-lix- authored Nov 29, 2023
1 parent 67e26ea commit cda6e84
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions helix-query.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ indices:
include:
- /blog/**
exclude:
- /blog/
- /blog
target: /blog/query-index.json
properties:
lastModified:
Expand Down Expand Up @@ -34,7 +34,7 @@ indices:
include:
- /ca/blog/**
exclude:
- /ca/blog/
- /ca/blog
target: /ca/blog/query-index.json
properties:
lastModified:
Expand All @@ -56,5 +56,6 @@ indices:
select: head > meta[name="author"]
value: attribute(el, "content")
tags:
select: head > meta[name="tags"]
value: attribute(el, "content"), '([^,]+)')
select: head > meta[property="article:tag"]
values: |
match(attribute(el, 'content'), '([^,]+)')

0 comments on commit cda6e84

Please sign in to comment.