Full port
[editorial.git] / page.hbs
index f0bb1cdf2359b9cbd968837cfd01ae8cadf05483..39dfb52764b3f81bb6a2ce2314dfcee187e59670 100644 (file)
--- a/page.hbs
+++ b/page.hbs
@@ -3,22 +3,22 @@
 {{#post}}
 {{!-- Everything inside the #post tags pulls data from the page --}}
 
-<main id="main">
-    <section class="post">
 
-        <header class="major">
-            <h1>{{title}}</h1>
-        </header>
+<section>
 
-        {{#if feature_image}}
-        <div class="image main"><img src="{{img_url feature_image}}" alt="{{title}}" /></div>
-        {{/if}}
+    <header class="main content">
+        <h1>{{title}}</h1>
+    </header>
 
-        <div class="content">
-            {{content}}
-        </div>
+    {{#if feature_image}}
+    <div class="image main"><img src="{{img_url feature_image}}" alt="{{title}}" /></div>
+    {{/if}}
+
+    <div class="content">
+        {{content}}
+    </div>
+
+</section>
 
-    </section>
-</main>
 
 {{/post}}
\ No newline at end of file