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/5306/head
Jim Mussared 2019-11-06 17:09:29 +11:00 zatwierdzone przez Damien George
rodzic 1295146a6f
commit 59850c0b83
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

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