mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-30 11:54:33 +03:00
c4188c1a9e
no issue - Added Ghost Explore screen behind alpha flag - Moved existing /explore route to /explore/connect which we'll redirect to for outside requests - Added iframe communication with Ghost Explore App
5 lines
139 B
Handlebars
5 lines
139 B
Handlebars
<div class="{{this.visibilityClass}}">
|
|
<div class="gh-explore-container">
|
|
<GhExploreIframe></GhExploreIframe>
|
|
</div>
|
|
</div> |