diff --git a/app/views/public/articles/_index.html.haml b/app/views/public/articles/_index.html.haml
index 961f475..b8e4f02 100644
--- a/app/views/public/articles/_index.html.haml
+++ b/app/views/public/articles/_index.html.haml
@@ -1 +1,2 @@
=render :partial => "public/articles/article", :collection => @articles, :as => "article"
+= paginate @articles
\ No newline at end of file