From fbacae9bf8b446e2d86c66c0c2b358a56129c62c Mon Sep 17 00:00:00 2001 From: Adam Matan Date: Sat, 10 Mar 2018 12:29:51 +0200 Subject: [PATCH] Improve thw wording in index.md (#175) The current comment in index.md was confusing to me as a new Jekyll developer; it seemed to suggest that the content should be added directly to _layouts/home.html instead of index.md. This fix strives to clarify the roles of each file. --- index.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/index.md b/index.md index f9930a1c36..6b5ccc6936 100644 --- a/index.md +++ b/index.md @@ -1,7 +1,8 @@ --- # -# You don't need to edit this file, it's empty on purpose. -# Edit minima's home layout instead if you wanna make some changes +# By default, content added below the "---" mark will appear in the home page +# between the top bar and the list of recent posts. +# To change the home page layout, edit the _layouts/home.html file. # See: https://jekyllrb.com/docs/themes/#overriding-theme-defaults # layout: home