diff --git a/helix-query.yaml b/helix-query.yaml index 5c7e396d..ec4c6e85 100644 --- a/helix-query.yaml +++ b/helix-query.yaml @@ -51,6 +51,9 @@ indices: name: select: div:nth-of-type(1) > h2:nth-of-type(1) value: textContent(el) + title: + select: div:nth-of-type(1) > h3:nth-of-type(1) + value: textContent(el) description: select: div:nth-of-type(1) > p:nth-of-type(2) value: textContent(el)