diff --git a/docs/content/1.index.md b/docs/content/1.index.md index 17b11b7f5..988911ba0 100755 --- a/docs/content/1.index.md +++ b/docs/content/1.index.md @@ -2,7 +2,7 @@ title: "Content made easy for Vue developers" description: "The file-based CMS for your Nuxt application, powered by Markdown and Vue components." navigation: false -layout: fluid +layout: page --- ::block-hero diff --git a/docs/content/8.playground.md b/docs/content/8.playground.md index f244a58a9..706b0c66c 100644 --- a/docs/content/8.playground.md +++ b/docs/content/8.playground.md @@ -1,5 +1,5 @@ --- -layout: fluid +layout: page icon: file-icons:sandbox --- diff --git a/docs/content/9.content-v1.md b/docs/content/9.content-v1.md index fe242c68a..9914f6cd4 100644 --- a/docs/content/9.content-v1.md +++ b/docs/content/9.content-v1.md @@ -1,6 +1,6 @@ --- title: V1 Documentation -layout: fluid +layout: page --- diff --git a/docs/layouts/blogpost.vue b/docs/layouts/blogpost.vue index 037be9809..bda5b5b6a 100644 --- a/docs/layouts/blogpost.vue +++ b/docs/layouts/blogpost.vue @@ -1,8 +1,8 @@