sass-site/source/layouts/regions/_page_header.haml

11 lines
270 B
Plaintext
Raw Normal View History

2013-10-09 12:30:53 +02:00
.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