diff --git a/index.html b/index.html
index 351f26b..b03478c 100644
--- a/index.html
+++ b/index.html
@@ -2,6 +2,41 @@
layout: default
---
+{% if site.post_type == 'highlight' %}
+
+
+ {% for post in site.posts offset:1 %}
+
+
+
{{ post.title }}
+
+
+ {{ post.excerpt }}
+
+
+
+
+
+ {% endfor %}
+
+
+{% else %}
+
{% for post in site.posts %}
@@ -32,3 +67,5 @@ layout: default
{% endfor %}
+
+{% endif %}