From 0e3722137f1c2c5f4ee6c24829b1f46e62aedf2e Mon Sep 17 00:00:00 2001 From: Damien George Date: Tue, 4 Nov 2014 18:51:29 +0000 Subject: docs: Update front page to display date of last update. --- docs/topindex.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'docs/topindex.html') diff --git a/docs/topindex.html b/docs/topindex.html index f0588c46a..fb1e048d4 100644 --- a/docs/topindex.html +++ b/docs/topindex.html @@ -1,5 +1,13 @@ {% extends "defindex.html" %} -{% block tables %} +{% block body %} + +

Micro Python documentation

+ +

+ {{ _('Welcome! This is the documentation for Micro Python') }} + v{{ release|e }}{% if last_updated %}, {{ _('last updated') }} {{ last_updated|e }}{% endif %}. +

+

Documentation for Micro Python and the pyboard:

-- cgit v1.2.3