diff --git a/page-authors.hbs b/page-authors.hbs index 179feca..baa04e8 100644 --- a/page-authors.hbs +++ b/page-authors.hbs @@ -15,8 +15,8 @@ into the {body} of the default.hbs template --}} {{> hero background=feature_image}}

{{title}}

- {{#if excerpt}} -

{{excerpt}}

+ {{#if custom_excerpt}} +

{{custom_excerpt}}

{{/if}}
diff --git a/page.hbs b/page.hbs index c0fb93d..f1b1cee 100644 --- a/page.hbs +++ b/page.hbs @@ -15,8 +15,8 @@ into the {body} of the default.hbs template --}} {{> hero background=feature_image}}

{{title}}

- {{#if excerpt}} -

{{excerpt}}

+ {{#if custom_excerpt}} +

{{custom_excerpt}}

{{/if}}