From 2e899e41e52d99ade7aa1b0c95a63094849be4c9 Mon Sep 17 00:00:00 2001 From: Ryan Watters Date: Wed, 22 Feb 2017 03:57:45 -0600 Subject: [PATCH] Fix typos on single page template page --- content/templates/single-page-templates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/templates/single-page-templates.md b/content/templates/single-page-templates.md index a92e399af..64faf8dcc 100644 --- a/content/templates/single-page-templates.md +++ b/content/templates/single-page-templates.md @@ -48,7 +48,7 @@ This is why #1 and #3 come before #2 and #4, respectively. Values in angle brack The following examples assume two things: -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