diff --git a/docs/conf.py b/docs/conf.py
index 124744d496295948e92d3048504efe7984bc12e4..16ae41bec377b1fe2915ff0bf82238986e572ed8 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -143,7 +143,7 @@ html_theme_path = ['.']
 
 # 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 = '%d %b %Y'
 
 # If true, SmartyPants will be used to convert quotes and dashes to
 # typographically correct entities.
diff --git a/docs/topindex.html b/docs/topindex.html
index f0588c46a2bdba73f29df727018f87deb2434495..fb1e048d40a765ff4564e059427858c1c5aa172b 100644
--- a/docs/topindex.html
+++ b/docs/topindex.html
@@ -1,5 +1,13 @@
 {% extends "defindex.html" %}
-{% block tables %}
+{% block body %}
+
+  <h1>Micro Python documentation</h1>
+
+  <p>
+    {{ _('Welcome! This is the documentation for Micro Python') }}
+    v{{ release|e }}{% if last_updated %}, {{ _('last updated') }} {{ last_updated|e }}{% endif %}.
+  </p>
+
   <p><strong>Documentation for Micro Python and the pyboard:</strong></p>
 
   <table class="contentstable"><tr>