From e6481563275726656c28479744181c2fe686c4be Mon Sep 17 00:00:00 2001 From: Jimmy99 Date: Mon, 27 Mar 2017 04:59:42 +0200 Subject: [PATCH] Update README.md (#13) README.md updated to amend folder name change from img to images --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b3540f..68de6af 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ To use an image as logo, remove the `logo = "fa-diamond"` line and replace it wi ### Changing pictures -Create an `img` folder in the static folder of your site -- **not** the theme's static folder. Add pictures to `/static/img` as needed. If you want to change the background image, the replacement image should be named `bg.jpg`. +Create an `images` folder in the static folder of your site -- **not** the theme's static folder. Add pictures to `/static/images` as needed. If you want to change the background image, the replacement image should be named `bg.jpg`. ### Writing your pages