Skip to content

Commit

Permalink
Merge pull request #732 from adobe/issue-731
Browse files Browse the repository at this point in the history
chore: add publication-date to helix-query.yaml
  • Loading branch information
asthabh23 authored Jan 6, 2025
2 parents aed689a + 9de3b0a commit 1e9873f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions helix-query.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ indices:
select: head > meta[name="robots"]
value: |
attribute(el, 'content')
publicationDate:
select: head > meta[name="publication-date"]
value: |
attribute(el, 'content')
docpages:
target: /docpages-index
include:
Expand Down

0 comments on commit 1e9873f

Please sign in to comment.