Fix double-titles on refdocs
parent
672d39fc84
commit
03c245e4ab
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue