Commit 4454466
Fix page-description attribute not rendering as meta description tag (#10567)
Antora strips the 'page-' prefix when building page.attributes, so
:page-description: is stored as page.attributes.description, not
page.description (which comes from the bare :description: attribute).
The template was only checking page.description, so the meta description
tag was never emitted. Updated to check both.
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 76fd933 commit 4454466
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments