0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-08 22:32:41 +00:00

Fix partCover H1 inclusion rule

This commit is contained in:
Trevor Buckner
2024-06-28 09:39:49 -04:00
parent 9a1070bb06
commit 9886200fa9

View File

@@ -814,7 +814,7 @@ h6,
.page:has(.partCover) { .page:has(.partCover) {
--TOC: exclude; --TOC: exclude;
&h1 { & h1 {
--TOC: include; --TOC: include;
} }
} }