This website requires JavaScript.
Explore
Help
Sign In
TryGhost
/
Ghost
Watch
1
Star
0
Fork
0
You've already forked Ghost
mirror of
https://github.com/TryGhost/Ghost.git
synced
2024-11-25 09:03:12 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
2769578dbd
Ghost
/
ghost
/
admin
/
app
/
templates
/
site.hbs
1 line
49 B
Handlebars
Raw
Normal View
History
Unescape
Escape
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 20:55:58 +03:00
<GhSiteIframe @guid=
{{
this
.guid
}}
></GhSiteIframe>
Reference in New Issue
Copy Permalink