Merge "Adds verification code so that Google webmaster tools work"

This commit is contained in:
Jenkins 2014-10-28 06:45:21 +00:00 committed by Gerrit Code Review
commit 2f6b1e745d
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>