mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-02 08:13:34 +03:00
905df906da
no issue - moved `.site-iframe` styling into CSS files so it can be re-used outside of the `<GhSiteIframe>` component - swapped `<GhSiteIframe>` usage in brand settings modal for a plain `<iframe>` element so that it's not initially rendered with the front-end url in it's `src` attribute
1 line
147 B
Handlebars
1 line
147 B
Handlebars
<iframe id="site-frame" class="site-frame {{this.classNames}}" src={{this.srcUrl}} frameborder="0" allowtransparency="true" ...attributes></iframe> |