diff --git a/custom-careers-post.hbs b/custom-careers-post.hbs index 4b42d67..5ee4b94 100644 --- a/custom-careers-post.hbs +++ b/custom-careers-post.hbs @@ -2,75 +2,58 @@ {{#post}} -
+
{{!-- Header --}} - {{!-- {{> extras/patterns}} --}} -
+
- -
- {{#if feature_image}} - {{title}} - {{/if}} -

- - Position: {{title}} - -

- {{#if custom_excerpt}} -

- {{custom_excerpt}} -

- {{/if}} + sizes="(max-width: 1000px) 1000px, 2000px" + loading="lazy" src="{{img_url feature_image size="xl"}}" + alt="{{title}}" /> + {{/if}} +

+ Position: {{title}} +

+ {{#if custom_excerpt}} +

+ {{custom_excerpt}} +

+ {{/if}} -
-
+
{{content}}
+ +
- - {{/post}} \ No newline at end of file