diff --git a/_layouts/docwithnav.html b/_layouts/docwithnav.html index f3d9013760..029a0118d9 100755 --- a/_layouts/docwithnav.html +++ b/_layouts/docwithnav.html @@ -2,9 +2,10 @@ layout: headerfooter --- +{% for thistoc in site.data[page.versionfilesafe].globals.tocs %}{% assign tree = site.data[page.versionfilesafe][thistoc].toc %}{% include tocsearch.html %}{% endfor %}
-

{{ site.data[page.versionfilesafe][page.section].bigheader }}

-
{{ site.data[page.versionfilesafe][page.section].abstract }}
+

{{ site.data[page.versionfilesafe][foundTOC].bigheader }}

+
{{ site.data[page.versionfilesafe][foundTOC].abstract }}