Skip to content

Commit 4315303

Browse files
committed
Fix inicie-se menu order
1 parent f274566 commit 4315303

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pelicanconf.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@
7979
'href': '#',
8080
'desc': 'Veja como é fácil começar a usar a linguagem.',
8181
'children': [
82+
{
83+
'title': 'Introdução',
84+
'href': 'introducao',
85+
},
8286
{
8387
'title': 'Qual Python?',
8488
'href': 'qual-python',
@@ -99,10 +103,6 @@
99103
'title': 'Instalação Windows',
100104
'href': 'instalacao-windows',
101105
},
102-
{
103-
'title': 'Introdução',
104-
'href': 'introducao',
105-
},
106106
{
107107
'title': 'Ferramentas',
108108
'href': 'ferramentas',

0 commit comments

Comments
 (0)