Skip to content

Commit f5b636b

Browse files
trying custom page-layout
1 parent 1bebdd9 commit f5b636b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

index.qmd

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
toc: false
3-
page-layout: full
3+
page-layout: custom
44
section-divs: false
55
hide-description: true
66
description: |
@@ -9,6 +9,8 @@ description: |
99

1010
{{< include _includes/header.qmd >}}
1111

12+
:::::: {.container}
13+
1214
::::: {.d-flex .flex-row .flex-wrap .panel-wrapper .gap-4 .section-end-space}
1315

1416
::: {.panel .box}
@@ -75,8 +77,10 @@ Turing is written entirely in Julia, and is interoperable with its powerful ecos
7577

7678
</div>
7779

78-
<div class="section-start-space">
80+
<div class="section-start-space section-end-space">
7981

8082
{{< include _includes/citation/cite.qmd >}}
8183

8284
</div>
85+
86+
::::::

0 commit comments

Comments
 (0)