aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormolivier <olivier.matthieu@gmail.com>2015-04-30 09:43:14 +0200
committermolivier <olivier.matthieu@gmail.com>2015-04-30 09:43:14 +0200
commiteca6ce7af3fa9c75174920ef8b9fac5ffca2c5f7 (patch)
treebefb043f0ce52a65b461491681699baaf59c6ae3 /README.md
parentee3c0e822d30b9b7c4d3010a572c0c0c4924d4b8 (diff)
Added footer optional html
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7bb4006..8148e49 100644
--- a/README.md
+++ b/README.md
@@ -69,6 +69,8 @@ NEST_SITEMAP_RSS_LINK = u'RSS Feed'
NEST_SOCIAL_COLUMN_TITLE = u'Social'
NEST_LINKS_COLUMN_TITLE = u'Links'
NEST_COPYRIGHT = u'&copy; blogname 2015'
+# Footer optional
+NEST_FOOTER_HTML = ''
# index.html
NEST_INDEX_HEAD_TITLE = u'Homepage'
NEST_INDEX_HEADER_TITLE = u'My Awesome Blog'