more uniformity for blog post headers; change link colors a bit
[web.git] / ralf / _layouts / default.html
index 897abcc9100ff63e60fbaade038744b3981cd08e..721c6f0277ed872e9b52cc353c3f15182ce2e460 100644 (file)
@@ -28,8 +28,8 @@
       {% comment %} Unfortunately, the variables we set above are not preserved for sub-layouts. So, we have to have all the layout here. {% endcomment %}
       {% if pretitle %}
         <header class="pretitle">
-          {% if page.date %}
-            <div class="side"><a href="{{ site.baseurl }}{{ page.url }}">Permalink</a> • {{ page.date | date: "%b %-d, %Y" }}{% if page.author %} • {{ page.author }}{% endif %}{% if page.meta %} • {{ page.meta }}{% endif %}</div>
+          {% if page.post %}
+            {% include post-header.html item=page %}
           {% endif %}
           <h1>{{ pretitle }}</h1>
         </header>
@@ -40,6 +40,8 @@
       </header>
 
       {{ content }}
+
+      {% if page.post %}<p class="comment">Comments? <a href="mailto:post-AT-ralfj-DOT-de">Drop me a mail</a>!</p>{% endif %}
     </article>
 
   </div></body>