mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
105140ef3f
refs TryGhost/Team#547 - Updated Admin to use new Ghost logo
20 lines
640 B
Handlebars
20 lines
640 B
Handlebars
|
|
|
|
<div class="gh-browserpreview-previewcontainer" ...attributes>
|
|
<div class="gh-browserpreview-browser">
|
|
<div class="tabs">
|
|
<ul><li></li><li></li><li></li></ul>
|
|
<div>
|
|
{{#if @icon}}
|
|
<span class="favicon"><img src={{@icon}} alt="icon"></span>
|
|
{{else}}
|
|
<span class="favicon default">{{svg-jar "default-favicon"}}</span>
|
|
{{/if}}
|
|
<span class="site-title">{{@title}}</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="gh-browserpreview-iframecontainer">
|
|
{{yield}}
|
|
</div>
|
|
</div> |