Skip to content

Commit cc221d3

Browse files
committed
Update includdes
1 parent 18f6acf commit cc221d3

5 files changed

Lines changed: 46 additions & 160 deletions

File tree

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
Conferences
5252
</a>
5353
</nav>
54-
<nav class="toc toc--sticky" aria-label="Guide contents"><p class="toc__heading">Contents</p><!--toc--></nav>
54+
{% include toc.html variant="toc--sticky" heading="Contents" %}
5555
</div>
5656
</div>
5757
{% endif %}

_layouts/guide.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<article class="guide-content">{{ content }}</article>
77

88
{% if page.toc %}
9-
<nav class="toc toc--desktop" aria-label="Guide contents"><!--toc--></nav>
9+
{% include toc.html variant="toc--desktop" %}
1010
{% endif %}
1111
</div>
1212

0 commit comments

Comments
 (0)