make the new style also work for blog posts
[web.git] / _layouts / default.html
index b373206c81f4810f52521c68c97cebb9c4d36b24..aba9c6c0724b0ec74199c5a5afc39a12e77fb997 100644 (file)
@@ -5,7 +5,7 @@
     <meta charset="utf-8">
     <meta name="viewport" content="width=device-width">
 
-    <title>{{ page.title }}{% if page.subtitle %} - {{ page.subtitle }}{% endif %}</title>
+    <title>{% if page.pretitle %}{{ page.pretitle }} • {% endif %}{{ page.title }}</title>
     {% if page.excerpt %}<meta name="description" content="{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}">{% endif %}
 
     <link rel="stylesheet" href="/style.css">
     </nav>
   
     <article id="-content">
-        <header id="-title">
-          <h1>{{ page.title }}</h1>
-        </header>
-
         {{ content }}
     </article>