diff options
| author | Damien George | 2014-11-04 18:51:29 +0000 |
|---|---|---|
| committer | Damien George | 2014-11-04 18:51:29 +0000 |
| commit | 0e3722137f1c2c5f4ee6c24829b1f46e62aedf2e (patch) | |
| tree | a70847a5063b48a1e33dd348c2d2b768bf513793 /docs/topindex.html | |
| parent | 8e701604d570d8c45da95ced677ef999fb4c48a6 (diff) | |
docs: Update front page to display date of last update.
Diffstat (limited to 'docs/topindex.html')
| -rw-r--r-- | docs/topindex.html | 10 |
1 files changed, 9 insertions, 1 deletions
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 %} + + <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> |
