diff --git a/partials/content.hbs b/partials/content.hbs index df506ed..7a11aed 100644 --- a/partials/content.hbs +++ b/partials/content.hbs @@ -1,63 +1,56 @@
{{#match @page.show_title_and_feature_image}} -
- {{#is "post"}} -
- - - {{reading_time}} - - {{#primary_tag}} - - - - {{/primary_tag}} -
- {{/is}} + + {{reading_time}} + + {{#primary_tag}} + + + + {{/primary_tag}} + + {{/is}} -

{{title}}

-
-
+

{{title}}

-
-
- - {{#if custom_excerpt}} -
- {{custom_excerpt}} -
- {{/if}} -
-
- - {{#if feature_image}} - {{#unless no_image}} -
- {{#if feature_image_alt}}{{feature_image_alt}}{{else}}{{title}}{{/if}} - {{#if feature_image_caption}} -
{{feature_image_caption}}
+ {{#if custom_excerpt}} +
+ {{custom_excerpt}} +
{{/if}} -
- {{/unless}} - {{/if}} -
+
+
+ + {{#if feature_image}} + {{#unless no_image}} +
+ {{#if feature_image_alt}}{{feature_image_alt}}{{else}}{{title}}{{/if}} + {{#if feature_image_caption}} +
{{feature_image_caption}}
+ {{/if}} +
+ {{/unless}} + {{/if}} + {{/match}}
@@ -66,55 +59,58 @@ {{#is "post"}}
- +
+
+
+
{{/is}}