diff --git a/docs/_includes/header.html b/docs/_includes/header.html
index 8fb92f1..9e4cf71 100644
--- a/docs/_includes/header.html
+++ b/docs/_includes/header.html
@@ -19,13 +19,13 @@
+
Docs
{%- for path in page_paths -%}
{%- assign my_page = site.pages | where: "path", path | first -%}
{%- if my_page.title -%}
{{ my_page.title | escape }}
{%- endif -%}
{%- endfor -%}
-
Docs
{%- endif -%}