Ghost/ghost/admin/app/templates/site.hbs
Kevin Ansfield e7b740ba5f Added reset-to-homepage behaviour when clicking "view site" link
no issue
- return a basic "guid" from the site's `model` hook so that we have some data which changes on each refresh
- add an action to the wrapper element of the "view site" link which will cause the route to refresh when clicked if we're already on the route
- move the site iframe into a component so that it can watch an @uuid property and force a reset of the iframe's `src` when it detects a change
2019-03-21 17:55:58 +00:00

1 line
49 B
Handlebars

<GhSiteIframe @guid={{this.guid}}></GhSiteIframe>