Skip to content

Commit

Permalink
Merge pull request #106 from pulibrary/toc-cleanup
Browse files Browse the repository at this point in the history
Remove some commented-out code
  • Loading branch information
sdellis authored Mar 21, 2024
2 parents a4d8382 + 79661c4 commit ab535cf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions _includes/components/nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@
<li class="nav-list-item">
<a href="{{ node.url | relative_url }}" class="nav-list-link">{{ node.title }}</a>
{%- if page.url == node.url -%}
<!-- <ul class="nav&#45;list"> -->
<!-- <li class="nav&#45;list&#45;item"><a href="#" class="nav&#45;list&#45;link">Top of page</a></li> -->
<!-- </ul> -->
{% include toc.html html=content sanitize=true class="nav-list" item_class="nav-list-item" anchor_class="nav-list-link" h_min=2 h_max=2 %}
{% endif %}
</li>
Expand Down

0 comments on commit ab535cf

Please sign in to comment.