diff --git a/_includes/post-list-frontpage.html b/_includes/post-list-frontpage.html
index 1acdc3aac48ebc4e9c3f2debcce556f5410ef2a7..b5196dc55824ab916ab956d06d238063f7c81dc4 100644
--- a/_includes/post-list-frontpage.html
+++ b/_includes/post-list-frontpage.html
@@ -1,7 +1,7 @@
 	<section class="section  typeset">
 		<ul class="list  list--posts">
-			<!--{% assign frontpage_articles = (site.posts | where: "frontpage" , "true") %}-->
-			{% for page in site.posts limit:10 %}
+			{% assign frontpage_articles = (site.posts | where: "frontpage" , "true") %}
+			{% for page in frontpage_articles limit:10 %}
 				<li class="item  item--post">
 					<article class="article  article--post">