mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-23 19:02:29 +03:00
713e4c0d5c
ref issue #448 - adds slashes to urls, templates and tests TODO Add function to add slash to urls automatically
17 lines
544 B
Handlebars
17 lines
544 B
Handlebars
{{!< default}}
|
|
<section class="content-view-container">
|
|
<section class="content-list js-content-list">
|
|
<header class="floatingheader">
|
|
<section class="content-filter">
|
|
<span>All Posts</span>
|
|
</section>
|
|
<a href="/ghost/editor/" class="button button-add"><span class="hidden">New Post</span></a>
|
|
</header>
|
|
<section class="content-list-content">
|
|
<ol></ol>
|
|
</section>
|
|
</section>
|
|
|
|
<section class="content-preview js-content-preview">
|
|
</section>
|
|
</section> |