diff --git a/templates/index.html b/templates/index.html
index f4d79ed..2def7cb 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -20,29 +20,6 @@
{% block content %}
-
- {%- if lang == "pt" %}Últimos posts{% else %}Latest posts{% endif -%}
-
- {%- if lang == "pt" %}
- {%- set posts = get_section(path="posts/_index.pt.md") %}
- {%- else %}
- {%- set posts = get_section(path="posts/_index.md") %}
- {%- endif %}
-
-
- {%- if lang == "pt" %}Ver todos{% else %}See all{% endif %}
-
-
{%- if lang == "pt" %}Últimas notas{% else %}Latest notes{% endif -%}
@@ -97,4 +74,28 @@
{%- if lang == "pt" %}Ver todos{% else %}See all{% endif %}
+
+ {%- if lang == "pt" %}Últimos posts{% else %}Latest posts{% endif -%}
+
+ {%- if lang == "pt" %}
+ {%- set posts = get_section(path="posts/_index.pt.md") %}
+ {%- else %}
+ {%- set posts = get_section(path="posts/_index.md") %}
+ {%- endif %}
+
+
+ {%- if lang == "pt" %}Ver todos{% else %}See all{% endif %}
+
+
+
{%- endblock content %}