From b8886e428759a03069c87fce1e9ae0e4d844b2cc Mon Sep 17 00:00:00 2001 From: Wouter Schoot Date: Thu, 14 Feb 2019 10:54:24 +0100 Subject: [PATCH] Update convert-existing-site-to-jekyll.md (#7524) Merge pull request 7524 --- docs/_tutorials/convert-existing-site-to-jekyll.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_tutorials/convert-existing-site-to-jekyll.md b/docs/_tutorials/convert-existing-site-to-jekyll.md index 22c9fb5b..d84620f1 100644 --- a/docs/_tutorials/convert-existing-site-to-jekyll.md +++ b/docs/_tutorials/convert-existing-site-to-jekyll.md @@ -202,7 +202,7 @@ layout: homepage This page would then use the `homepage.html` template in the `_layouts` folder. -You can even set [default front matter tags](/docs/configuration/front-matter-defaults/) for pages, posts, or [collections]({% link _docs/collections.md %}) in your `_config.yml` file so that you don't have to specify the layout in the front matter variables. Anywayd, setting defaults is beyond the scope of this tutorial, let's get back to work. +You can even set [default front matter tags](/docs/configuration/front-matter-defaults/) for pages, posts, or [collections]({% link _docs/collections.md %}) in your `_config.yml` file so that you don't have to specify the layout in the front matter variables. Anyways, setting defaults is beyond the scope of this tutorial, let's get back to work. ## 6. Configure site variables