feat(fs.dev): Added OG intro for description
This commit is contained in:
parent
d71a8246ac
commit
b59c5036ed
8 changed files with 51 additions and 150 deletions
|
@ -108,13 +108,15 @@ const DefaultLayout = ({ app, title=false, children=[]}) => {
|
|||
<PrimaryNavigation app={app} active={slug}/>
|
||||
</aside>
|
||||
<section className='max-w-61.8% lg:pt-8 p-4 w-full'>
|
||||
{title && (
|
||||
<>
|
||||
<Breadcrumbs app={app} slug={slug} title={title} />
|
||||
<PageTitle app={app} slug={slug} title={title} />
|
||||
</>
|
||||
)}
|
||||
{children}
|
||||
<div className="max-w-5xl">
|
||||
{title && (
|
||||
<>
|
||||
<Breadcrumbs app={app} slug={slug} title={title} />
|
||||
<PageTitle app={app} slug={slug} title={title} />
|
||||
</>
|
||||
)}
|
||||
{children}
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
<Footer app={app} />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue