From 12a41c474e86c304ec1e4c5762f55ae542c4d514 Mon Sep 17 00:00:00 2001 From: Jorge Arias Date: Fri, 13 Nov 2015 05:45:07 -0300 Subject: [PATCH] Remove unused ID and tag definitions --- _layouts/blog.html | 4 ++-- _layouts/error.html | 12 +++++++++--- _layouts/post.html | 2 +- _layouts/tag.html | 6 +++--- 4 files changed, 15 insertions(+), 9 deletions(-) diff --git a/_layouts/blog.html b/_layouts/blog.html index 2dff571..79557de 100644 --- a/_layouts/blog.html +++ b/_layouts/blog.html @@ -6,11 +6,11 @@ {% include head.html %} - + {% include navigation.html %} -
+
diff --git a/_layouts/error.html b/_layouts/error.html index 58927c7..c552cde 100644 --- a/_layouts/error.html +++ b/_layouts/error.html @@ -6,11 +6,11 @@ {% include head.html %} - + {% include navigation.html %} -
+
@@ -20,8 +20,14 @@ - {% include social-buttons.html %} +
+
+
+
+
+
+ {% include social-buttons.html %}
diff --git a/_layouts/post.html b/_layouts/post.html index 7093617..c1fdfc8 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -6,7 +6,7 @@ {% include head.html %} - + {% include navigation.html %} diff --git a/_layouts/tag.html b/_layouts/tag.html index 13303c8..bcf301c 100644 --- a/_layouts/tag.html +++ b/_layouts/tag.html @@ -6,11 +6,11 @@ {% include head.html %} - + {% include navigation.html %} -
+
@@ -33,7 +33,7 @@
-
+
{% include social-buttons.html %}