tuning, tuning, tuning the spaces...
[web.git] / _layouts / page.html
index 93977743ca14e8d7c13bcbc226864c8429bbff42..99737e0a0d2b284afaa0bb92d1dbadd5f6d0ad75 100644 (file)
@@ -1,7 +1,16 @@
 ---
 layout: default
 ---
-<header id="-title">
+{% if page.pretitle %}
+<header class="pretitle">
+  {% if page.date %}
+    <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>
+  {% endif %}
+  <h1>{{ page.pretitle }}</h1>
+</header>
+{% endif %}
+
+<header class="title">
   <h1>{{ page.title }}</h1>
 </header>