diff --git a/_includes/sidebar.html b/_includes/sidebar.html
index 2a38bf7..956db5d 100755
--- a/_includes/sidebar.html
+++ b/_includes/sidebar.html
@@ -6,7 +6,7 @@
{{ post.title }}
{{ post.excerpt }}
{% endfor %}
diff --git a/_layouts/post.html b/_layouts/post.html
index f239e63..e77c794 100755
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -12,7 +12,7 @@
-
+
{{ page.content }}
diff --git a/blog/index.html b/blog/index.html
index 9fffef7..b7303b4 100755
--- a/blog/index.html
+++ b/blog/index.html
@@ -19,12 +19,12 @@ layout: default
-
![]({{ post.featured }})
+
{{ post.title }}
{{ post.excerpt }}