diff --git a/_layouts/post.html b/_layouts/post.html
index 36af906a5596105d93313cede6e70af4a440a3c9..972719f9443a31ce666b0fc33df6a111aad7c552 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -1,64 +1,64 @@
----
-layout: default
----
-
-  <div id="wrapper" class="hfeed">
-    
-	{% include headers.html header=5 title=Blog %}
-
-    <div id="container" class="mainContainer">
-      <div class="defaultPage blogsPage singleBlogPage" id="content" role="main">
-        <div class="contentWrap">
-            <div class="breadcrumb backNavigation">
-            <a href="/blog/index.html" class="backLink2"><i class="icon icon-arrow-left"></i> Back to blogs</a>
-          </div>
-        </div>
-
-        <div class="contentWrap">
-          <div class="blogsSection">
-            <div class="blogsSectionContent singleBlog">
-			  <div class="imageBlogPage" style=
-				"background-image: url({% if page.image %}{{ page.image }}{% else %}/assets/img/default-blog.jpg{% endif %});">
-			  </div>
-              <article>
-                <div class="blogNav">
-				  {% if page.previous.url %}
-				  <span class="blogNavPost left"><a class="prevPost" href="{{page.previous.url}}">&larr; {{ page.previous.title }}</a></span>
-				  {% endif %}
-				  {% if page.next.url %}
-				  <span class="blogNavPost right"><a class="nextPost" href="{{page.next.url}}">{{page.next.title }} &rarr;</a></span>
-				  {% endif %}
-				</div>
-				
-				<h1 id="blogPostTitle"><span>{{ page.title }}</span></h1>
-
-				<address class="blogPostAddress">
-				{{ page.author }} - {{ page.date | date_to_string: "ordinal" }}
-				</address>
-                <div class="content">
-                  {{ content }}
-                </div>
-              </article>
-			  
-			<address class="blogPostAddress" style="text-align: right;">
-			{{ page.author }}
-			<br>{{ page.date | date_to_string: "ordinal" }}
-			</address>
-			<br>
-			<div class="blogNav">
-			  {% if page.previous.url %}
-			  <span class="blogNavPost left"><a class="prevPost" href="{{page.previous.url}}">&larr; {{ page.previous.title }}</a></span>
-			  {% endif %}
-			  {% if page.next.url %}
-			  <span class="blogNavPost right"><a class="nextPost" href="{{page.next.url}}">{{ page.next.title }} &rarr;</a></span>
-			  {% endif %}
-			</div>
-            </div>
-
-            {% include sidebar_blog.html cats=page.categories %}
-          </div>
-        </div>
-      </div>
-			{% include footer.html %}
-    </div>
-  </div>
+---
+layout: default
+---
+
+  <div id="wrapper" class="hfeed">
+    
+	{% include headers.html header=4 title=Blog %}
+
+    <div id="container" class="mainContainer">
+      <div class="defaultPage blogsPage singleBlogPage" id="content" role="main">
+        <div class="contentWrap">
+            <div class="breadcrumb backNavigation">
+            <a href="/blog/index.html" class="backLink2"><i class="icon icon-arrow-left"></i> Back to blogs</a>
+          </div>
+        </div>
+
+        <div class="contentWrap">
+          <div class="blogsSection">
+            <div class="blogsSectionContent singleBlog">
+			  <div class="imageBlogPage" style=
+				"background-image: url({% if page.image %}{{ page.image }}{% else %}/assets/img/default-blog.jpg{% endif %});">
+			  </div>
+              <article>
+                <div class="blogNav">
+				  {% if page.previous.url %}
+				  <span class="blogNavPost left"><a class="prevPost" href="{{page.previous.url}}">&larr; {{ page.previous.title }}</a></span>
+				  {% endif %}
+				  {% if page.next.url %}
+				  <span class="blogNavPost right"><a class="nextPost" href="{{page.next.url}}">{{page.next.title }} &rarr;</a></span>
+				  {% endif %}
+				</div>
+				
+				<h1 id="blogPostTitle"><span>{{ page.title }}</span></h1>
+
+				<address class="blogPostAddress">
+				{{ page.author }} - {{ page.date | date_to_string: "ordinal" }}
+				</address>
+                <div class="content">
+                  {{ content }}
+                </div>
+              </article>
+			  
+			<address class="blogPostAddress" style="text-align: right;">
+			{{ page.author }}
+			<br>{{ page.date | date_to_string: "ordinal" }}
+			</address>
+			<br>
+			<div class="blogNav">
+			  {% if page.previous.url %}
+			  <span class="blogNavPost left"><a class="prevPost" href="{{page.previous.url}}">&larr; {{ page.previous.title }}</a></span>
+			  {% endif %}
+			  {% if page.next.url %}
+			  <span class="blogNavPost right"><a class="nextPost" href="{{page.next.url}}">{{ page.next.title }} &rarr;</a></span>
+			  {% endif %}
+			</div>
+            </div>
+
+            {% include sidebar_blog.html cats=page.categories %}
+          </div>
+        </div>
+      </div>
+			{% include footer.html %}
+    </div>
+  </div>