mirror of
https://github.com/danog/sass-site.git
synced 2024-12-11 08:59:51 +01:00
15 lines
323 B
Plaintext
15 lines
323 B
Plaintext
= wrap_layout :has_both_sidebars do
|
|
=yield
|
|
|
|
- content_for :navigation do
|
|
= partial "layouts/components/reference_table_of_contents"
|
|
|
|
- content_for :complementary do
|
|
-# Put table of contents here
|
|
%nav.sl-c-list-navigation-wrapper
|
|
:markdown
|
|
- put
|
|
- your
|
|
- links
|
|
- here
|