fixing errors
This commit is contained in:
@ -115,7 +115,7 @@
|
|||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- this highlights the active parent class in the navgoco sidebar. this is critical so that the parent expands when you're viewing a page. This must appear below the sidebar code above. Otherwise, if placed inside customscripts.js, the script runs before the sidebar code runs and the class never gets inserted.-->
|
<!-- this highlights the active parent class in the navgoco sidebar. this is critical so that the parent expands when you're viewing a page. This must appear below the sidebar code above. Otherwise, if placed inside customscripts.js, the script runs before the sidebar code runs and the class never gets inserted.-->
|
||||||
<script>$("li.active").parents('li').toggleClass("active");</script>
|
<script>$("li.active").parents('li').toggleClass("active");</script>
|
||||||
<!-- Content Column -->
|
<!-- Content Column -->
|
||||||
@ -125,6 +125,7 @@
|
|||||||
<!-- /.row -->
|
<!-- /.row -->
|
||||||
</div>
|
</div>
|
||||||
<!-- /.container -->
|
<!-- /.container -->
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
{% if site.google_analytics %}
|
{% if site.google_analytics %}
|
||||||
{% include google_analytics.html %}
|
{% include google_analytics.html %}
|
||||||
|
Reference in New Issue
Block a user