Match files_to_copy example text to match the other example

This commit is contained in:
brent.bb
2018-02-04 22:37:25 -05:00
committed by Simon Conseil
parent 3afeba778d
commit 3838533d85

View File

@@ -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'
# --------