summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/_themes/eldocs/layout.html
diff options
context:
space:
mode:
Diffstat (limited to 'user_guide_src/source/_themes/eldocs/layout.html')
-rw-r--r--user_guide_src/source/_themes/eldocs/layout.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/user_guide_src/source/_themes/eldocs/layout.html b/user_guide_src/source/_themes/eldocs/layout.html
index ce54fa7ae..a79720ef1 100644
--- a/user_guide_src/source/_themes/eldocs/layout.html
+++ b/user_guide_src/source/_themes/eldocs/layout.html
@@ -124,7 +124,6 @@
{%- block footer %}
<div id="footer">
-
<p class="top">
{% if prev %}
<span class="prev">Previous Topic: <a href="{{ prev.link }}">{{ prev.title }}</a></span>
@@ -134,7 +133,7 @@
{% endif %}
<a href="#header" title="Return to top">Return to top</a>
</p>
- <p><a href="{{ project_url }}">{{ project }}</a> &ndash; Copyright &copy; {{ copyright }}</a></p>
+ <p><a href="{{ project_url }}">{{ project }}</a> &ndash; Copyright &copy; {{ copyright }}</a> &ndash; Last updated: {{ last_updated }}</p>
</div><!-- /#footer -->
{%- endblock %}