diff --git a/website/content/docs/nuxt.md b/website/content/docs/nuxt.md index fc9dc8df..2005b632 100644 --- a/website/content/docs/nuxt.md +++ b/website/content/docs/nuxt.md @@ -107,7 +107,7 @@ Now you can go ahead and deploy to Netlify. Go to your Netlify dashboard and cli You've already added the Netlify Identity widget to our `admin/index.html`. The next thing to do is add the Netlify Identity widget to our site's index page. In `pages/index.vue`, we can add the following to the page ` -```` -### Example Blog Post -To generate blog posts create _slug.vue file in the pages folder. by using `$content` you would get a json which you can use to display. But if you are using `markdown` to write your posts you can use `` module which gives you option to edit content on page in dev mode and many more [features](). +``` -````javascript +### Example Blog Post + +To generate blog posts create _slug.vue file in the pages folder. by using `$content` you would get a json which you can use to display. But if you are using `markdown` to write your posts you can use `` module which gives you option to edit content on page in dev mode and many more [features](<>). + +```javascript