sass-site/source/layouts/section_reference.haml

14 lines
404 B
Plaintext
Raw Normal View History

2018-12-27 17:02:45 -08:00
= wrap_layout :has_both_sidebars do
2018-10-22 14:13:05 -07:00
=yield
2018-08-10 16:39:18 -07:00
2018-10-23 15:06:39 -07:00
- content_for :navigation do
2018-10-22 14:13:05 -07:00
= partial "layouts/components/reference_table_of_contents"
2018-12-27 17:02:45 -08:00
2018-12-27 17:19:19 -08:00
- if current_page.data.table_of_contents
- content_for :complementary do
2018-12-28 15:04:28 -08:00
%nav.page-sections.sl-c-list-navigation-wrapper.sl-c-list-navigation-wrapper--collapsible
%h3 Page Sections
= current_page.metadata[:table_of_contents]