aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMatthieu OLIVIER <molivier@users.noreply.github.com>2015-03-12 17:29:27 +0100
committerMatthieu OLIVIER <molivier@users.noreply.github.com>2015-03-12 17:29:27 +0100
commitfaa7c043fe0cb8373a2655344d580782a2f05147 (patch)
tree1f399bd429ed69cc0dc65d3367c229920b7db010 /README.md
parent5c3c85a5fcf6f9cebb2f61b3a5a3c3e375873a93 (diff)
parent000b8833485d66af6056fb709eb0158c8e18f764 (diff)
Merge pull request #4 from samdolt/logo_setting
Add NEST_HEADER_LOGO in config
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7c08e6b..7bb4006 100644
--- a/README.md
+++ b/README.md
@@ -60,6 +60,7 @@ NEST_CSS_MINIFY = True
MENUITEMS = [('Homepage', '/'),('Categories','/categories.html')]
# Add header background image from content/images : 'background.jpg'
NEST_HEADER_IMAGES = ''
+NEST_HEADER_LOGO = '/image/logo.png'
# Footer
NEST_SITEMAP_COLUMN_TITLE = u'Sitemap'
NEST_SITEMAP_MENU = [('Archives', '/archives.html'),('Tags','/tags.html'), ('Authors','/authors.html')]