Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jess Portnoy committed Feb 1, 2017
1 parent 6e19f49 commit d81f914
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions _layouts/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,21 +67,7 @@
<a href="#" data-ix="show-temp-page-nav-column" class="w-button w-clearfix mobilebtn">Topics<span class="fa fa-chevron-down" style="null"></span></a>
<div class="w-row body-columns">
<div class="w-col w-col-3 template-page-nav-column">
{% assign cats = site.cats | sort %}


{% for cat_hash in cats %}
{% assign cats_string = cat_hash[0] | split:"::" %}
<div class="sidenav-grp-7 heading-close" id="/{{ cats_string[1] }}" weight="{{ cats_string[0] }}">
<a href="#" class="sidenav-cat-links" onClick="show_hide_div('/{{ cats_string[1] }}')"><h4 class="sidenav-headings grp-heading {{ cats_string[1] }}">{{ cat_hash[1] }}</h4></a>
<div class="sidenav-grp-links" id="/{{ cats_string[1] | replace: ' ','' }}-sub" style="visibility: hidden; display: none;">
{% capture dir %}{{ cats_string[1] }}{% endcapture %}
{% capture cat %}{{ cat_hash[1] }}{% endcapture %}
{% include nav.html context=dir catname=cat %}

</div>
</div>
{% endfor %}
{% include menu.html %}
</div>
<script>
div_id='{{page.dir}}';
Expand Down

0 comments on commit d81f914

Please sign in to comment.