diff --git a/src/templates/root.html b/src/templates/root.html
index 60d88dc..b8eb57f 100644
--- a/src/templates/root.html
+++ b/src/templates/root.html
@@ -3,6 +3,6 @@
{% block body %}
{{ bag('i18n+' + this.alt, 'title.latest') }}
- {{ render_recipes(site.query('/recipes', this.alt).order_by('-date', 'name').limit(6)) }}
+ {{ render_recipes(site.query('/recipes', this.alt).order_by('-date', '_id').limit(6)) }}
{% endblock %}