diff --git a/_includes/archive.html b/_includes/archive.html
new file mode 100644
index 0000000..3099179
--- /dev/null
+++ b/_includes/archive.html
@@ -0,0 +1,18 @@
+
+ Other Posts
+
+ {% for post in site.posts %}
+ {% assign index = true %}
+ {% assign truncated = true %}
+ {% assign content = post.content %}
+ {% capture current_year %}{{post.date | date: "%Y"}}{% endcapture %}
+ {% capture next_year %}{{post.next.date | date: "%Y"}}{% endcapture %}
+
+ {% if current_year != next_year and next_year != '' %}
+ {{ post.date | date: "%Y" }}
+ {% endif %}
+
+ - {% include article.html %}
+ {% endfor %}
+
+
diff --git a/_layouts/default.html b/_layouts/default.html
index 5581cee..5c57926 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -35,7 +35,9 @@
your community gem host
- {{ content }}
+