From 61e37c1264e39652fb4bddc6de6713645d4ac96c Mon Sep 17 00:00:00 2001 From: pale-bluedot <72536144+pale-bluedot@users.noreply.github.com> Date: Wed, 18 Nov 2020 15:15:52 -0500 Subject: [PATCH] Typo "contect" should be "content --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f3d9dd..05a464f 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ makefile hugo-server ### Start page -The default start page template is located at ```themes/hugo-theme-console/layouts/index.html```. To change the page contect, you to need to copy this file to +The default start page template is located at ```themes/hugo-theme-console/layouts/index.html```. To change the page content, you to need to copy this file to your website top-level ```layouts``` folder (```layouts/index.html```). ## License