diff --git a/_includes/css/screen.css b/_includes/css/screen.css
index 01680fa..11b803b 100755
--- a/_includes/css/screen.css
+++ b/_includes/css/screen.css
@@ -198,10 +198,14 @@ span.nowrap {
display: inline-block;
}
-ul.posts.tag-posts {
+#home #blog-posts {
margin-left: 6%;
}
+#home #blog-posts li:before {
+ content: '';
+}
+
ul.posts {
list-style-type: none;
margin-left: 3%;
diff --git a/tag/autofixture/index.html b/tag/autofixture/index.html
index 6bb8d12..f5f2553 100644
--- a/tag/autofixture/index.html
+++ b/tag/autofixture/index.html
@@ -12,7 +12,7 @@
AutoFixture
-
+
{% for post in site.posts %}
{% if post.categories contains 'autofixture' %}
-
diff --git a/tag/dotnet/index.html b/tag/dotnet/index.html
index f9713c8..7220c7d 100644
--- a/tag/dotnet/index.html
+++ b/tag/dotnet/index.html
@@ -11,7 +11,7 @@
.NET
-
+
{% for post in site.posts %}
{% if post.categories contains '.net' %}
-
diff --git a/tag/gaming/index.html b/tag/gaming/index.html
index 50df7d5..797b81e 100644
--- a/tag/gaming/index.html
+++ b/tag/gaming/index.html
@@ -11,7 +11,7 @@
Gaming
-
+
{% for post in site.posts %}
{% if post.categories contains 'gaming' %}
-
diff --git a/tag/mechanical-keyboards/index.html b/tag/mechanical-keyboards/index.html
index 96f5764..a2ff49c 100644
--- a/tag/mechanical-keyboards/index.html
+++ b/tag/mechanical-keyboards/index.html
@@ -11,7 +11,7 @@
Mechanical keyboards
-
+
{% for post in site.posts %}
{% if post.categories contains 'mechanical-keyboards' %}
-
diff --git a/tag/musings/index.html b/tag/musings/index.html
index 2928616..62766ac 100644
--- a/tag/musings/index.html
+++ b/tag/musings/index.html
@@ -11,7 +11,7 @@
Musings
-
+
{% for post in site.posts %}
{% if post.categories contains 'musings' %}
-
diff --git a/tag/programming/index.html b/tag/programming/index.html
index 118b6f4..9922ac3 100644
--- a/tag/programming/index.html
+++ b/tag/programming/index.html
@@ -11,7 +11,7 @@
Programming
-
+
{% for post in site.posts %}
{% if post.categories contains 'programming' %}
-
diff --git a/tag/sql/index.html b/tag/sql/index.html
index 06ac535..9e6b610 100644
--- a/tag/sql/index.html
+++ b/tag/sql/index.html
@@ -11,7 +11,7 @@
SQL
-
+
{% for post in site.posts %}
{% if post.categories contains 'sql' %}
-
diff --git a/tag/technology/index.html b/tag/technology/index.html
index 513b5bc..9be021f 100644
--- a/tag/technology/index.html
+++ b/tag/technology/index.html
@@ -11,7 +11,7 @@
Technology
-
+
{% for post in site.posts %}
{% if post.categories contains 'technology' %}
-
diff --git a/tag/web/index.html b/tag/web/index.html
index 67eb233..9b268ad 100644
--- a/tag/web/index.html
+++ b/tag/web/index.html
@@ -11,7 +11,7 @@
Web
-
+
{% for post in site.posts %}
{% if post.categories contains 'web' %}
-