diff --git a/bloglist.md b/bloglist.md
index 10c5a2c..da72fed 100644
--- a/bloglist.md
+++ b/bloglist.md
@@ -6,48 +6,60 @@ sitemap: false
---
{% for post in site.posts %}
-
-
{{ post.title | truncate: 50 }} | {{ post.date | date: "%Y-%m-%d" }}
-
- {{ post.content | strip_html | truncate: 200 }}
-
Continue Reading...
-
+
+
+
{{ post.title | truncate: 50 }} | {{ post.date | date: "%Y-%m-%d" }}
+
+ {{ post.content | strip_html | truncate: 200 }}
+
Continue Reading...
+
-
+
{% endfor %}
[Back...](./){: .hover-underline-animation}