Skip to content

Commit

Permalink
Include keywords in page-info include
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurattwell committed May 21, 2024
1 parent 668e9b4 commit 72b152d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _includes/page-info
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ See all the metadata gathered for a given page.
| Book language | Defined in `_data/works` for main book, and overriden there by any `translations` or `variants`, or `variants` of `translations` | `language` | {{ language }} | String |
| Book's relation (i.e. a related work) | Defined in `_data/works` for main book, and overriden there by any `translations` or `variants`, or `variants` of `translations` | `relation` | {{ relation }} | String |
| Book's coverage | Defined in `_data/works` for main book, and overriden there by any `translations` or `variants`, or `variants` of `translations` | `coverage` | {{ coverage }} | String |
| Book's keywords | Defined in `_data/works` for main book, and overriden there by any `translations` or `variants`, or `variants` of `translations` | `keywords` | {{ keywords }} | String |
| Book rightsholder | Defined in `_data/works` for main book, and overriden there by any `translations` or `variants`, or `variants` of `translations` | `rightsholder` | {{ rightsholder }} | String |
| Book rights statement | Defined in `_data/works` for main book, and overriden there by any `translations` or `variants`, or `variants` of `translations` | `rights` | {{ rights }} | String |
| Book's image | Defined in `_data/works` for main book, and overriden there by any `translations` or `variants`, or `variants` of `translations` | `image` | {{ image }} | String |
Expand Down

0 comments on commit 72b152d

Please sign in to comment.