diff --git a/partials/content.hbs b/partials/content.hbs index 5e25fd1..19faba2 100644 --- a/partials/content.hbs +++ b/partials/content.hbs @@ -1,73 +1,65 @@
{{#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 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}} -
-
- -
-
-
-
- - {{#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}} -
+ + {{/unless}} + {{/if}} + {{/match}}
@@ -76,58 +68,55 @@ {{#is "post"}}
- -
-
-
-
{{/is}}