mirror of
https://github.com/danog/sass-site.git
synced 2024-12-14 02:17:36 +01:00
11 lines
270 B
Plaintext
11 lines
270 B
Plaintext
|
.page-header
|
||
|
.container(xmlns:v="http://rdf.data-vocabulary.org/#")
|
||
|
%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
|