sass-site/source/layouts/section_reference.haml
2018-12-28 14:49:59 -08:00

11 lines
312 B
Plaintext

= wrap_layout :has_both_sidebars do
=yield
- content_for :navigation do
= partial "layouts/components/reference_table_of_contents"
- if current_page.data.table_of_contents
- content_for :complementary do
%nav.sl-c-list-navigation-wrapper
= current_page.metadata[:table_of_contents]