We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 35db4d5 + 84a45f1 commit 43d91b6Copy full SHA for 43d91b6
1 file changed
src/layouts/ReferenceItemLayout.astro
@@ -82,6 +82,7 @@ const seenParams: Record<string, true> = {};
82
83
<BaseLayout
84
title={title}
85
+ titleClass={`reference_${title.toLowerCase()}`}
86
subtitle={null}
87
variant="item"
88
topic="reference"
0 commit comments