Adds verification code so that Google webmaster tools work
Change-Id: I96867368bc9bdfa95ee6e86fd45b365e1a3680f2
This commit is contained in:
parent
c6d3d223b7
commit
1a343bc05f
@ -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' %}
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user