diff --git a/_layouts/blog_ly.html b/_layouts/blog_ly.html
new file mode 100644
index 0000000..b20d287
--- /dev/null
+++ b/_layouts/blog_ly.html
@@ -0,0 +1,51 @@
+---
+layout: default
+---
+
+
+
+
+
+
Blog Posts
+
+ {{ content }}
+
+
+
+ {% for post in paginator.posts %}
+ -
+ {{ post.date | date: "%b %-d, %Y" }}
+
+
+
+ {% endfor %}
+
+
+
+ {% if paginator.total_pages > 1 %}
+
+ {% endif %}
+
+
+
\ No newline at end of file