Skip to content

Commit 43d91b6

Browse files
authored
Merge pull request #664 from wong-justin/blur-fix
Give class names a prefix on reference pages
2 parents 35db4d5 + 84a45f1 commit 43d91b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/layouts/ReferenceItemLayout.astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ const seenParams: Record<string, true> = {};
8282

8383
<BaseLayout
8484
title={title}
85+
titleClass={`reference_${title.toLowerCase()}`}
8586
subtitle={null}
8687
variant="item"
8788
topic="reference"

0 commit comments

Comments
 (0)