aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSamuel Dolt <samuel@dolt.ch>2015-03-10 15:51:18 +0100
committerSamuel Dolt <samuel@dolt.ch>2015-03-10 15:51:18 +0100
commit000b8833485d66af6056fb709eb0158c8e18f764 (patch)
tree974f1e90eba8456b9e3a6d5efdb95d9ad6d1ac69 /README.md
parent4756e957754ec4f5948d730549ecaa261ce43901 (diff)
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 c01835b..21fe44d 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')]