Remove some extraneous titles.
    
        | author | 
        Steve Losh <steve@stevelosh.com> | 
    
    
        | date | 
        Tue, 22 Dec 2009 18:26:34 -0500 | 
    
    
    
        | parents | 
        95c935d55811 
 | 
    
    
        | children | 
        c657cf8e6286
 | 
    
    
        | branches/tags | 
        (none) | 
    
    
        | files | 
        layout/_flatpage.html layout/_post.html  | 
    
Changes
    
--- a/layout/_flatpage.html	Wed Dec 16 21:31:25 2009 -0500
+++ b/layout/_flatpage.html	Tue Dec 22 18:26:34 2009 -0500
@@ -1,9 +1,9 @@
 {% extends "skeleton/_base.html" %}
 
 {% block content %}
-    <div class="article title"><h3>{{ page.title }}</h3></div>
+    <div id="leaf-title"><h1>{{ page.title }}</h1></div>
     
-    <div id="post-content">
+    <div id="leaf-content">
         {% filter typogrify %}
             {% markdown %}
                 {% block article %}{% endblock %}
--- a/layout/_post.html	Wed Dec 16 21:31:25 2009 -0500
+++ b/layout/_post.html	Tue Dec 22 18:26:34 2009 -0500
@@ -1,9 +1,9 @@
 {% extends "skeleton/_base.html" %}
 
 {% block content %}
-    <div class="article title"><h3>{{ page.title }}</h3></div>
+    <div id="leaf-title"><h1>{{ page.title }}</h1></div>
     
-    <div id="post-content">
+    <div id="leaf-content">
         {% filter typogrify %}
             {% markdown %}
                 {% article %}