Fix double-titles on refdocs

pull/53/merge
John Mulhausen 2016-03-05 21:52:56 -08:00
parent 672d39fc84
commit 03c245e4ab
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
{% for thistoc in site.data.globals.tocs %}{% if foundTOC %}{% break %}{% else %}{% assign tree = site.data[thistoc].toc %}{% include tocsearch.html %}{% endif %}{% endfor %}
{% for override in site.data.overrides.overrides %}{% if page.path contains override.path %}{% assign notitle = "true" %}{% endif %}{% endfor %}
<!Doctype html>
<html id="docs">
@ -32,7 +33,7 @@
</div> <!-- /docsToc -->
<div id="docsContent">
<p><a href="/docs/editdocs#{{ page.path }}" id="editPageButton">Edit This Page</a></p>
<h1>{{ title }}</h1>
{% if notitle != "true" %}<h1>{{ title }}</h1>{% endif %}
{{ content }}
<p><a href=""><img src="https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/{{ page.path }}?pixel" alt="Analytics" /></a>
<div id="pd_rating_holder_8345992"></div>