diff --git a/_includes/aside.html b/_includes/aside.html
index 7d6599b6..f996b4aa 100644
--- a/_includes/aside.html
+++ b/_includes/aside.html
@@ -32,7 +32,7 @@
{% if doc.hide != true %}
- {{ doc.title }}
{%endif%}
{% endfor %}
diff --git a/_includes/breadcrumb.html b/_includes/breadcrumb.html
index 99fb88f3..ffdacb91 100644
--- a/_includes/breadcrumb.html
+++ b/_includes/breadcrumb.html
@@ -7,7 +7,7 @@
{% assign previous_url = previous_url | append: "/" | append: url_part %}
{% assign previous_url = previous_url | replace: "Home/", "" %}
- {{ url_part }}
+ {{ url_part }}
{% endfor %}
diff --git a/_includes/footer.html b/_includes/footer.html
index a1e96ae1..5429d6d0 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -2,7 +2,7 @@