diff --git a/index.html b/index.html
index 9c35f0e..b056db9 100644
--- a/index.html
+++ b/index.html
@@ -1,18 +1,36 @@
---
-layout: default
+layout: page
+description: "A Clean Blog Theme by Start Bootstrap"
---
-
- {% for post in site.posts %}
-
-
-
-
-
- {{ post.excerpt }}
-
-
- Read More
-
- {% endfor %}
+{% for post in paginator.posts %}
+
+
+ {{ post.title }}
+
+ {% if post.subtitle %}
+
+ {{ post.subtitle }}
+
+ {% endif %}
+
+
Posted by {% if post.author %}{{ post.author }}{% else %}{{ site.title }}{% endif %} on {{ post.date | date: "%B %-d, %Y" }}
+
+{% endfor %}
+
+
+{% if paginator.total_pages > 1 %}
+
+{% endif %}
diff --git a/index.html.org b/index.html.org
new file mode 100644
index 0000000..9c35f0e
--- /dev/null
+++ b/index.html.org
@@ -0,0 +1,18 @@
+---
+layout: default
+---
+
+
+ {% for post in site.posts %}
+
+
+
+
+
+ {{ post.excerpt }}
+
+
+ Read More
+
+ {% endfor %}
+