diff --git a/_includes/nav.html b/_includes/nav.html
index 305ac71..994a4b2 100644
--- a/_includes/nav.html
+++ b/_includes/nav.html
@@ -207,17 +207,6 @@
{%- endunless -%}
{%- endfor -%}
-{%- unless include.key -%}
- {%- assign nav_external_links = site.nav_external_links -%}
- {%- for node in nav_external_links -%}
-
-
- {{ node.title }}
- {% unless node.hide_icon %}{% endunless %}
-
-
- {%- endfor -%}
-{%- endunless -%}
{%- comment -%}
diff --git a/_layouts/default.html b/_layouts/default.html
index 6e95317..f80f52d 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -58,6 +58,18 @@ layout: table_wrappers
{% if pages_top_size > 0 %}
{% include nav.html pages=site.html_pages key=nil %}
{% endif %}
+ {%- if site.nav_external_links -%}
+
+ {%- endif -%}
{% if site.just_the_docs.collections %}
{% assign collections_size = site.just_the_docs.collections | size %}
{% for collection_entry in site.just_the_docs.collections %}