diff --git a/cao_blogr/templates/home.jinja2 b/cao_blogr/templates/home.jinja2
index 428be67..b94c923 100644
--- a/cao_blogr/templates/home.jinja2
+++ b/cao_blogr/templates/home.jinja2
@@ -62,6 +62,35 @@
+
+ {{ activities | safe }}
+ {% if request.authenticated_userid %}
+
+ {% endif %}
+
+
+
+
+
PAGES RECENTES - CÁC BÀI MỚI
+
+
+ {% for entry in last_ten %}
+
+ | {{ entry.created.strftime("%d.%m.%Y") }} |
+
+ {{ entry.title }}
+ |
+ {{ entry.author }} |
+ {% if entry.status == 'brouillon' %}
+ {{ entry.status }} |
+ {% else %}
+ |
+ {% endif %}
+
+
+ {% endfor %}
+
+
@@ -101,36 +130,6 @@
-
- {{ activities | safe }}
- {% if request.authenticated_userid %}
-
- {% endif %}
-
-
-
-
-
PAGES RECENTES - CÁC BÀI MỚI
-
-
- {% for entry in last_ten %}
-
- | {{ entry.created.strftime("%d.%m.%Y") }} |
-
- {{ entry.title }}
- |
- {{ entry.author }} |
- {% if entry.status == 'brouillon' %}
- {{ entry.status }} |
- {% else %}
- |
- {% endif %}
-
-
- {% endfor %}
-
-
-