From 391fb66030cb1085b926c6b528c429af936fe9f4 Mon Sep 17 00:00:00 2001 From: johndmulhausen Date: Sat, 13 Feb 2016 03:30:20 -0800 Subject: [PATCH] Fix for Heading + Abstract on Docs pages --- _layouts/docwithnav.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 }}
  • GUIDES
  • @@ -24,8 +25,7 @@ layout: headerfooter
    - {% for thistoc in site.data[page.versionfilesafe].globals.tocs %}{% assign tree = site.data[page.versionfilesafe][thistoc].toc %}{% include tocsearch.html %}{% endfor %} - {% if foundTOC %}{% assign tree = site.data[page.versionfilesafe][foundTOC].toc %}{% include tree.html %}{% endif %} + {% assign tree = site.data[page.versionfilesafe][foundTOC].toc %}{% include tree.html %}
    {% if page.showedit == true %}Edit This Page{% endif %}