Skip to content

Commit f3d8623

Browse files
committed
Also mark up about pages with full width
1 parent a9e4f39 commit f3d8623

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/format/html/format-html-shared.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,8 @@ export function setMainColumn(doc: Document, column: string) {
339339
"main.content",
340340
".page-navigation",
341341
".quarto-banner-title-block .quarto-title",
342+
"div[class^='quarto-about-']",
343+
"div[class*=' quarto-about-']",
342344
];
343345
selectors.forEach((selector) => {
344346
const el = doc.querySelector(selector);

0 commit comments

Comments
 (0)