diff --git a/docs/templates/pages-data.template.html b/docs/templates/pages-data.template.html
index 8b034c1709..8ff02cb136 100644
--- a/docs/templates/pages-data.template.html
+++ b/docs/templates/pages-data.template.html
@@ -2,7 +2,13 @@
{% include meta_tags.html %}
- {{page.title}} - Ionic Framework
+
+ {% if page.versionHref != "/docs" %}
+
+
+ {% endif %}
+
+ {{page.title}}{% if page.header_sub_title %} - {{ page.header_sub_title}}{% endif %} - Ionic Framework
{% include head_includes.html %}
@@ -19,6 +25,7 @@
+
+ {% include api_version_select.html %}
@@ -57,11 +66,11 @@