Преглед изворни кода

Remove the word "Scene's" next to "Table of Content"

Markus Ochel пре 12 година
родитељ
комит
99525360d9
1 измењених фајлова са 4 додато и 0 уклоњено
  1. 4 0
      site/templates/partials/doc-navigation.html

+ 4 - 0
site/templates/partials/doc-navigation.html

@@ -9,7 +9,11 @@
     <div><span></span><span></span><span></span></div><i class="icon-down-open"></i>
   </div>
   <ul>
+    {{#ifequal doc.type "scene"}}
+    <li class="heading">Table of Contents</li>
+    {{else}}
     <li class="heading">{{doc.type_tc}}'s Table of Contents</li>
+    {{/ifequal}}
     <li><a href="#TOC-Introduction">Introduction</a></li>
   </ul>
 </nav>