mirror of
https://github.com/danog/sass-site.git
synced 2024-12-12 09:29:58 +01:00
11 lines
226 B
Plaintext
11 lines
226 B
Plaintext
.page-header
|
|
.container
|
|
%h1
|
|
- if current_page.data.h1?
|
|
= current_page.data.h1
|
|
- else
|
|
= current_page.data.title
|
|
|
|
- if current_page.data.description?
|
|
%p= current_page.data.description
|