sass-site/source/layouts/has_navigation.haml

12 lines
330 B
Plaintext
Raw Normal View History

2018-10-24 00:06:39 +02:00
= wrap_layout :layout do
2018-10-27 08:37:10 +02:00
.sl-l-holy-grail
.sl-l-holy-grail__body
%nav.sl-l-holy-grail__navigation(role='navigation')
= yield_content :navigation
2018-10-24 00:06:39 +02:00
2018-10-27 08:37:10 +02:00
.sl-l-holy-grail__main
- if current_page.data.introduction
.sl-c-introduction= markdown_wrap current_page.data.introduction
2018-10-24 00:06:39 +02:00
2018-10-27 08:37:10 +02:00
=yield