From 3838533d85bcb354a46a6cc4579807e51ff3d87b Mon Sep 17 00:00:00 2001 From: "brent.bb" Date: Sun, 4 Feb 2018 22:37:25 -0500 Subject: [PATCH] Match files_to_copy example text to match the other example --- sigal/templates/sigal.conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sigal/templates/sigal.conf.py b/sigal/templates/sigal.conf.py index ef9eda7..6a40d4c 100644 --- a/sigal/templates/sigal.conf.py +++ b/sigal/templates/sigal.conf.py @@ -224,9 +224,9 @@ ignore_files = [] # Site Logo -# Use a logo file in the side bar +# Use a logo file in the sidebar # You must place the logo file into the theme's static images folder, which can be done using files_to_copy -# files_to_copy = (('logo.png', 'static/images/logo.png')) +# files_to_copy = (('extra/logo.png', 'static/images/logo.png')) # site_logo = 'logo.png' # --------