diff --git a/_layouts/home.html b/_layouts/home.html
index ae86506..48fa9ce 100644
--- a/_layouts/home.html
+++ b/_layouts/home.html
@@ -41,9 +41,9 @@
Posts
Pages
- {% assign pages = site.html_pages %}
+ {% assign sorted_pages = site.html_pages | sort: 'title' %}
- {% for p in pages %}
+ {% for p in sorted_pages %}
{% unless p.url == "/" or p.url == "/404.html" %}
-