Skip to content

Commit 6d0dcba

Browse files
committed
feat: add subsections pagination to section template
1 parent 0020eac commit 6d0dcba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/section_page.hbs

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</header>
2525

2626
{{#if section.sections}}
27-
<ul class="section-list section-list--collapsed">
27+
<ul class="section-list">
2828
{{#each section.sections}}
2929
<li class="section-list-item">
3030
<a href="{{url}}">
@@ -35,10 +35,10 @@
3535
</a>
3636
</li>
3737
{{/each}}
38-
<a tabindex="0" class="see-all-sections-trigger" aria-hidden="true" id="see-all-sections-trigger" title="{{t 'see_all_sections'}}">{{t 'see_all_sections'}}</a>
3938
</ul>
4039
{{/if}}
4140

41+
{{pagination "section.sections"}}
4242

4343
{{#if section.articles}}
4444
<ul class="article-list">

0 commit comments

Comments
 (0)