Skip to content

Commit

Permalink
Fix broken sidebar scroll spy that had bad classes
Browse files Browse the repository at this point in the history
  • Loading branch information
allejo committed Apr 12, 2020
1 parent 4786731 commit 74830e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/jekyll-docs-theme/toc.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@

{% capture class -%}
{{- include.class -}}
{%- if fm_class -%}
{%- if fm_class != "" -%}
.{{- fm_class -}}
{%- endif -%}
{%- endcapture %}

{% capture anchor_class %}
{{- include.anchor_class -}}
{%- if fm_anchor_class -%}
{%- if fm_anchor_class != "" -%}
.{{- fm_anchor_class -}}
{%- endif -%}
{% endcapture %}
Expand Down

0 comments on commit 74830e7

Please sign in to comment.