diff --git a/ghost/admin/app/components/modal-post-history.hbs b/ghost/admin/app/components/modal-post-history.hbs index cdfca99eb7..941b81b9bc 100644 --- a/ghost/admin/app/components/modal-post-history.hbs +++ b/ghost/admin/app/components/modal-post-history.hbs @@ -20,7 +20,15 @@ {{/if}} -
{{this.currentTitle}}
+
+ {{this.currentTitle}} +
+ {{#if (feature "editorSubtitle")}} +
+ {{this.selectedRevision.custom_excerpt}} +
+
+ {{/if}}