docs/templates/topindex.html: Replace usage of deprecated defindex.html.

defindex.html (used by topindex.html) is deprecated, but topindex.html was
already identical other than setting the title, so just inherit directly
from layout.html.
pull/1/head
Jim Mussared 2019-11-06 17:09:29 +11:00 committed by Damien George
parent 1295146a6f
commit 59850c0b83
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
{% extends "defindex.html" %}
{% extends "layout.html" %}
{% set title = _('Overview') %}
{% block body %}
<h1>MicroPython documentation</h1>