tuning, tuning, tuning the spaces...
[web.git] / _layouts / page.html
1 ---
2 layout: default
3 ---
4 {% if page.pretitle %}
5 <header class="pretitle">
6   {% if page.date %}
7     <div class="side"><a href="{{ page.url }}">Permalink</a> • {{ page.date | date: "%b %-d, %Y" }}{% if page.author %} • {{ page.author }}{% endif %}{% if page.meta %} • {{ page.meta }}{% endif %}</div>
8   {% endif %}
9   <h1>{{ page.pretitle }}</h1>
10 </header>
11 {% endif %}
12
13 <header class="title">
14   <h1>{{ page.title }}</h1>
15 </header>
16
17 {{ content }}