diff options
| author | Volpeon <git@volpeon.ink> | 2026-07-22 22:42:10 +0200 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2026-07-22 22:42:10 +0200 |
| commit | 58a1ab25bd31c27816294eeca3d5202161dfb557 (patch) | |
| tree | 13bd92afdba92e4417c4d333d4802ad105256217 /src/pages/index.tsx | |
| parent | Remove emoji components (diff) | |
| download | corvos-website-58a1ab25bd31c27816294eeca3d5202161dfb557.tar.gz corvos-website-58a1ab25bd31c27816294eeca3d5202161dfb557.tar.bz2 corvos-website-58a1ab25bd31c27816294eeca3d5202161dfb557.zip | |
Description
Diffstat (limited to 'src/pages/index.tsx')
| -rw-r--r-- | src/pages/index.tsx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 0cbc3f8..5b1fa1f 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx | |||
| @@ -36,7 +36,9 @@ export const template = site.$.template({ type: "home" }, (page, pages) => { | |||
| 36 | – A static site generator for Deno. | 36 | – A static site generator for Deno. |
| 37 | </Heading> | 37 | </Heading> |
| 38 | 38 | ||
| 39 | <div class="u-mbs-400 c-subtitle">{{ __html: page.content }}</div> | 39 | <Container class="u-mbs-400 c-subtitle u-mis-0" fixed> |
| 40 | {{ __html: page.content }} | ||
| 41 | </Container> | ||
| 40 | 42 | ||
| 41 | <HList class="u-mbs-700"> | 43 | <HList class="u-mbs-700"> |
| 42 | <li> | 44 | <li> |
