diff --git a/helix-query.yaml b/helix-query.yaml index 7de1924b..83c4819c 100644 --- a/helix-query.yaml +++ b/helix-query.yaml @@ -21,6 +21,13 @@ 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"] + values: | + match(attribute(el, 'content'), '([^,]+)') blog_ca: include: - /ca/blog/** @@ -41,3 +48,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")