mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 09:03:12 +03:00
7eaa7170ec
refs https://github.com/TryGhost/Ghost/issues/7860 - load 30 posts per page - clean up unnecessary styles, match class name to component name - start moving towards desired content/styles end goal
8 lines
170 B
Handlebars
8 lines
170 B
Handlebars
<section class="gh-view gh-content-view-container">
|
|
{{partial "posts-header"}}
|
|
|
|
<div class="view-container">
|
|
{{gh-loading-spinner}}
|
|
</div>
|
|
</section>
|