You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/output-formats/page-layout.qmd
+1-9Lines changed: 1 addition & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -138,7 +138,7 @@ The values of these variables don't directly specify the display width of the co
138
138
139
139
You can control the component width variables using YAML or SCSS variables. To set these options in YAML, you may use the `grid` option :
140
140
141
-
```{.yaml filename="_quarto.yml"}
141
+
```yaml
142
142
format:
143
143
html:
144
144
grid:
@@ -148,14 +148,6 @@ format:
148
148
gutter-width: 1.5rem
149
149
```
150
150
151
-
::: {.callout-note}
152
-
## Websites vs. Standalone HTML Pages
153
-
154
-
Customizing the layout of pages that are part of a Quarto website with YAML should happen at the site level in `_quarto.yml`. For HTML documents that aren't part of a website, these options could also be set in the YAML at the top of the document.
155
-
156
-
:::
157
-
158
-
159
151
Similarly, in a [custom theme `scss` file](/docs/output-formats/html-themes.qmd#theme-options), you may set variables like:
0 commit comments