Skip to content

Commit

Permalink
Author title indexing (#67)
Browse files Browse the repository at this point in the history
* initial

* Update articleheader.css

* article image caption

* caption

* Update articleheader.css

* article header

* null check

* template styling

* wip author block

* Update styles.css

* progress

* complete

* Update scripts.js

* Update styles.css

* Update helix-query.yaml

---------

Co-authored-by: tmaret <[email protected]>
  • Loading branch information
kailasnadh790 and tmaret authored Jan 15, 2024
1 parent 38191e1 commit 57b6f28
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions helix-query.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 57b6f28

Please sign in to comment.