diff --git a/docs/_includes/mobile-nav-items.html b/docs/_includes/mobile-nav-items.html
index 6ae935b7..fc8f10ef 100644
--- a/docs/_includes/mobile-nav-items.html
+++ b/docs/_includes/mobile-nav-items.html
@@ -1,15 +1,16 @@
{% for p in site.data.primary_nav %}
- {% if p.show_on_mobile %}
- -
+ {%- if p.show_on_mobile %}
+
-
{{ p.title }}
- {% endif %}
+ {%- endif %}
{% endfor %}
-
GitHub
diff --git a/docs/_includes/news_contents.html b/docs/_includes/news_contents.html
index 5c545211..737a2114 100644
--- a/docs/_includes/news_contents.html
+++ b/docs/_includes/news_contents.html
@@ -1,17 +1,17 @@
diff --git a/docs/_includes/primary-nav-items.html b/docs/_includes/primary-nav-items.html
index a6fca110..b27cceb6 100644
--- a/docs/_includes/primary-nav-items.html
+++ b/docs/_includes/primary-nav-items.html
@@ -1,11 +1,12 @@
{% for p in site.data.primary_nav %}
- -
+
-
{{ p.title }}
{% endfor %}
diff --git a/docs/_includes/tutorials_ul.html b/docs/_includes/tutorials_ul.html
index 6604915c..a2b61326 100644
--- a/docs/_includes/tutorials_ul.html
+++ b/docs/_includes/tutorials_ul.html
@@ -2,6 +2,6 @@
{% for item in include.items %}
{% assign item_url = item | prepend:"/tutorials/" | append:"/" %}
{% assign p = site.tutorials | where:"url", item_url | first %}
- - {{ p.title }}
+ - {{ p.title }}
{% endfor %}