mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-15 19:52:01 +03:00
aed5d346a7
closes #4109 - Add featured option - Move static page/featured to other place - Change wording on static page
11 lines
370 B
Handlebars
11 lines
370 B
Handlebars
<footer id="publish-bar">
|
|
<div class="publish-bar-inner">
|
|
{{render 'post-tags-input'}}
|
|
|
|
<div class="publish-bar-actions">
|
|
<button type="button" class='post-settings' {{action "toggleRightOutlet"}}></button>
|
|
{{view "editor-save-button" id="entry-actions" classNameBindings="isNew:unsaved"}}
|
|
</div>
|
|
</div>
|
|
</footer>
|