d6500b90ad8b21c19951daf18ad9c0834cfbe987
[web.git] / _layouts / post.html
1 ---
2 layout: default
3 pretitle: "Ralf's Ramblings"
4 rss: true
5 ---
6 <header id="-pretitle">
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   <h1>{{ page.pretitle }}</h1>
9 </header>
10
11 <header id="-title">
12   <h1>{{ page.title }}</h1>
13 </header>
14
15
16 {{ content }}
17