static match to prod
[disinclined.org.git] / _layouts / home.html
1 ---
2 layout: default
3 ---
4
5 <div class="home">
6 {%- if page.title -%}
7 <h1 class="page-heading">{{ page.title }}</h1>
8 {%- endif -%}
9
10 {{ content }}
11
12 </div>