[site,seo][s]: add description metadata to main pages

This commit is contained in:
João Demenech
2023-07-20 18:00:00 -03:00
parent 1f06c67d13
commit d198130038
7 changed files with 18 additions and 12 deletions

View File

@@ -32,6 +32,7 @@ export default function Page({ source, meta, sidebarTree }) {
<Layout
tableOfContents={tableOfContents}
title={meta.title}
description={meta.description}
sidebarTree={sidebarTree}
urlPath={meta.urlPath}
>