diff --git a/www/index.html b/www/index.html index c7700f676a..23679dfa05 100644 --- a/www/index.html +++ b/www/index.html @@ -1,6 +1,9 @@ {% extends "templates/base.tmpl" %} {% block pagetitle %}Current{% endblock %} {% block title %}Documentation (Current){% endblock %} +{% block header %} + +{% endblock header %} {% block content %}
{% include 'templates/dropdown_releases_and_languages.tmpl' %} diff --git a/www/templates/base.tmpl b/www/templates/base.tmpl index 6d3c3ec816..8177f24cb3 100644 --- a/www/templates/base.tmpl +++ b/www/templates/base.tmpl @@ -2,6 +2,7 @@ +{% block header %}{% endblock %} OpenStack Docs: {% block pagetitle %}{% endblock %} {% include 'templates/css.tmpl' %}