diff --git a/_layouts/docwithnav.html b/_layouts/docwithnav.html index a6f453f43e2..b34a8da1279 100755 --- a/_layouts/docwithnav.html +++ b/_layouts/docwithnav.html @@ -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 %} @@ -32,7 +33,7 @@