From a368a6967298dfe4675d863dd36128b02f2662ed Mon Sep 17 00:00:00 2001 From: Simon Conseil Date: Sun, 18 Feb 2018 00:47:25 +0100 Subject: [PATCH] Don't force logo image to be in images/ --- sigal/templates/sigal.conf.py | 10 +++++----- sigal/themes/colorbox/templates/base.html | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/sigal/templates/sigal.conf.py b/sigal/templates/sigal.conf.py index 6a40d4c..3c8d8a7 100644 --- a/sigal/templates/sigal.conf.py +++ b/sigal/templates/sigal.conf.py @@ -222,11 +222,11 @@ ignore_files = [] # The default is 3 columns (176px). # colorbox_column_size = 3 - -# Site Logo -# 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 = (('extra/logo.png', 'static/images/logo.png')) +# Site Logo - Use a logo file in the sidebar +# Only for colorbox currently, it could be adapted for other themes +# You must place the logo file into the theme's static images folder, which +# can be done using 'files_to_copy': +# files_to_copy = (('extra/logo.png', 'static/logo.png')) # site_logo = 'logo.png' # -------- diff --git a/sigal/themes/colorbox/templates/base.html b/sigal/themes/colorbox/templates/base.html index b6dfa68..34f19fe 100644 --- a/sigal/themes/colorbox/templates/base.html +++ b/sigal/themes/colorbox/templates/base.html @@ -21,8 +21,8 @@