From 0f24f21742caef20dc5e6cf62c16ff7995bd3640 Mon Sep 17 00:00:00 2001 From: Ryan Watters Date: Fri, 10 Mar 2017 13:09:55 -0600 Subject: [PATCH] Fix typos on lookup order page --- content/templates/lookup-order.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/templates/lookup-order.md b/content/templates/lookup-order.md index ec137788e..faf09d5ce 100644 --- a/content/templates/lookup-order.md +++ b/content/templates/lookup-order.md @@ -30,7 +30,7 @@ Most Hugo websites will only need the default template files at the end of the l The lookup order is best illustrated by example. The following shows you the process Hugo uses for finding the appropriate template to render your [single content][], but the concept holds true for all templates in Hugo. -1. The project is using the theme `mytheme`, which would be specified as `theme: mytheme` or `theme = "mytheme"` in the project's [`config.toml` or `config.yaml`][config], respectively. +1. The project is using the theme `mytheme`, which would be specified as `theme = "mytheme" or `theme: mytheme` in the project's [`config.toml` or `config.yaml`][config], respectively. 2. The layouts and content directories for the project are as follows: ```bash