diff --git a/assets/css/styles.css b/assets/css/styles.css index ec3f495..a0ac1ec 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -166,7 +166,7 @@ footer { } .post-article { - @apply pb-32 pt-8; + @apply pb-32; } .content { diff --git a/page.hbs b/page.hbs index e63e28f..6931a7b 100644 --- a/page.hbs +++ b/page.hbs @@ -1,7 +1,6 @@ {{!< default}} {{#post}} -
{{> header-background background=feature_image}} {{!--Special header-image.hbs partial to generate the background image--}}
@@ -9,13 +8,6 @@
- {{#if primary_tag}} - {{#primary_tag}} -
-

{{name}}

-
- {{/primary_tag}} - {{/if}}

{{title}}

@@ -24,13 +16,12 @@ {{> "site-header"}}
-
-
-
- {{content}} -
+
+
+
+ {{content}} +
-
{{/post}}