diff --git a/_layouts/default.html b/_layouts/default.html
index 337b917db3..1b160a1ca3 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -4,7 +4,7 @@
-
+
{{ page.title }} | {{site.name}}
diff --git a/index.html b/index.html
index fcf06c0e08..961c0bb2f2 100644
--- a/index.html
+++ b/index.html
@@ -42,7 +42,11 @@ All Stories
{% for post in paginator.posts %}
- {% include postbox.html %}
+ {% if post.featured != true %}
+
+ {% include postbox.html %}
+
+ {% endif %}
{% endfor %}