From 6858c0753a7221796d6a5a1d7fea93cc2f9feb2e Mon Sep 17 00:00:00 2001 From: Derek Jones Date: Fri, 7 Oct 2011 10:35:03 -0500 Subject: added last updated date to footer --- user_guide_src/source/_themes/eldocs/layout.html | 2 +- user_guide_src/source/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'user_guide_src') diff --git a/user_guide_src/source/_themes/eldocs/layout.html b/user_guide_src/source/_themes/eldocs/layout.html index 4e083a1d3..da59e5302 100644 --- a/user_guide_src/source/_themes/eldocs/layout.html +++ b/user_guide_src/source/_themes/eldocs/layout.html @@ -125,7 +125,7 @@ {%- block footer %} {%- endblock %} diff --git a/user_guide_src/source/conf.py b/user_guide_src/source/conf.py index cb28d21a1..bd5e65297 100644 --- a/user_guide_src/source/conf.py +++ b/user_guide_src/source/conf.py @@ -125,7 +125,7 @@ html_static_path = ['_static'] # If not '', a 'Last updated on:' timestamp is inserted at every page bottom, # using the given strftime format. -#html_last_updated_fmt = '%b %d, %Y' +html_last_updated_fmt = '%b %d, %Y' # If true, SmartyPants will be used to convert quotes and dashes to # typographically correct entities. -- cgit v1.2.3-24-g4f1b