diff options
-rw-r--r-- | docs/templates/topindex.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/templates/topindex.html b/docs/templates/topindex.html index 08bf4c73e..ff766b0cf 100644 --- a/docs/templates/topindex.html +++ b/docs/templates/topindex.html @@ -1,4 +1,5 @@ -{% extends "defindex.html" %} +{% extends "layout.html" %} +{% set title = _('Overview') %} {% block body %} <h1>MicroPython documentation</h1> |