From 2e698dc474ddf0be151f69189d3ae34fa2ef1994 Mon Sep 17 00:00:00 2001 From: Eduardo Gomez Date: Tue, 14 May 2019 09:52:33 +0200 Subject: [PATCH] Use custom_excerpt instead of excerpt --- page-authors.hbs | 4 ++-- page.hbs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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}}