Merge "Adds verification code so that Google webmaster tools work"
This commit is contained in:
commit
2f6b1e745d
@ -1,6 +1,9 @@
|
|||||||
{% extends "templates/base.tmpl" %}
|
{% extends "templates/base.tmpl" %}
|
||||||
{% block pagetitle %}Current{% endblock %}
|
{% block pagetitle %}Current{% endblock %}
|
||||||
{% block title %}Documentation (Current){% endblock %}
|
{% block title %}Documentation (Current){% endblock %}
|
||||||
|
{% block header %}
|
||||||
|
<meta name="google-site-verification" content="Ip5yk0nd8yQHEo8I7SjzVfAiadlHvTvqQHLGwn1GFyU" />
|
||||||
|
{% endblock header %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<div class="container">
|
<div class="container">
|
||||||
{% include 'templates/dropdown_releases_and_languages.tmpl' %}
|
{% include 'templates/dropdown_releases_and_languages.tmpl' %}
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
|
<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
|
||||||
<head>
|
<head>
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type"/>
|
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type"/>
|
||||||
|
{% block header %}{% endblock %}
|
||||||
<title>OpenStack Docs: {% block pagetitle %}{% endblock %}</title>
|
<title>OpenStack Docs: {% block pagetitle %}{% endblock %}</title>
|
||||||
{% include 'templates/css.tmpl' %}
|
{% include 'templates/css.tmpl' %}
|
||||||
</head>
|
</head>
|
||||||
|
Loading…
Reference in New Issue
Block a user