From 1a343bc05f7eeeb6f737b77c305cf83222ad8476 Mon Sep 17 00:00:00 2001 From: Anne Gentle Date: Fri, 3 Oct 2014 08:38:12 -0500 Subject: [PATCH] Adds verification code so that Google webmaster tools work Change-Id: I96867368bc9bdfa95ee6e86fd45b365e1a3680f2 --- www/index.html | 3 +++ www/templates/base.tmpl | 1 + 2 files changed, 4 insertions(+) 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' %}