Adds verification code so that Google webmaster tools work

Change-Id: I96867368bc9bdfa95ee6e86fd45b365e1a3680f2
This commit is contained in:
Anne Gentle 2014-10-03 08:38:12 -05:00 committed by Christian Berendt
parent c6d3d223b7
commit 1a343bc05f
2 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,9 @@
{% extends "templates/base.tmpl" %}
{% block pagetitle %}Current{% endblock %}
{% block title %}Documentation (Current){% endblock %}
{% block header %}
<meta name="google-site-verification" content="Ip5yk0nd8yQHEo8I7SjzVfAiadlHvTvqQHLGwn1GFyU" />
{% endblock header %}
{% block content %}
<div class="container">
{% include 'templates/dropdown_releases_and_languages.tmpl' %}

View File

@ -2,6 +2,7 @@
<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type"/>
{% block header %}{% endblock %}
<title>OpenStack Docs: {% block pagetitle %}{% endblock %}</title>
{% include 'templates/css.tmpl' %}
</head>