diff --git a/_includes/layouts/main.tsx b/_includes/layouts/main.tsx index 8bc2f5b..2c181ac 100644 --- a/_includes/layouts/main.tsx +++ b/_includes/layouts/main.tsx @@ -16,7 +16,7 @@ export default function({ title, description, children, comp }) { { comp.navbar() } { comp.header({title, description}) } - { children } +
{children}
{ comp.separator() } { comp.footer() }