make the new style also work for blog posts
[web.git] / _layouts / page.html
1 ---
2 layout: default
3 ---
4 <header id="-title">
5   <h1>{{ page.title }}</h1>
6 </header>
7
8 {{ content }}