We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
two-cols-header
1 parent 004c016 commit e83fcdcCopy full SHA for e83fcdc
builtin/layouts.md
@@ -176,6 +176,33 @@ This shows on the left
176
This shows on the right
177
```
178
179
+### `tow-cols-header`
180
+
181
+Separates the upper and lower lines of the page content, and the second line separates the left and right columns.
182
183
+#### Usage
184
185
186
+```md
187
+---
188
+layout: two-cols-header
189
190
191
+This spans both
192
193
+:::left:::
194
195
+# Left
196
197
+This shows on the left
198
199
+::right::
200
201
+# Right
202
203
+This shows on the right
204
+```
205
206
## Custom Layouts
207
208
Create a directory `layouts/` under your project root, and simply put your custom Vue layout components under it.
0 commit comments