From 4296110cde0b635d2ea70c5646669aa2d9c05b5d Mon Sep 17 00:00:00 2001 From: king6cong Date: Tue, 22 Mar 2016 18:29:21 +0800 Subject: [PATCH] fix invalid preview url --- ghost/admin/app/templates/editor/edit.hbs | 1 + 1 file changed, 1 insertion(+) diff --git a/ghost/admin/app/templates/editor/edit.hbs b/ghost/admin/app/templates/editor/edit.hbs index 258c96920d..55411a4101 100644 --- a/ghost/admin/app/templates/editor/edit.hbs +++ b/ghost/admin/app/templates/editor/edit.hbs @@ -22,6 +22,7 @@ {{gh-editor value=model.scratch shouldFocusEditor=shouldFocusEditor + previewUrl=model.previewUrl editorFocused=(action "autoSaveNew") onTeardown=(action "cancelTimers")}}