You've already forked Ghost-Theme-Source
Post list
This commit is contained in:
12
partials/components/post-list.hbs
Normal file
12
partials/components/post-list.hbs
Normal file
@@ -0,0 +1,12 @@
|
||||
<section class="gh-container is-{{#match @custom.post_list_style "List"}}list{{else}}grid{{/match}} gh-outer">
|
||||
<div class="gh-container-inner gh-inner">
|
||||
<main class="gh-main">
|
||||
<h2 class="gh-feed-title">Latest</h2>
|
||||
<div class="gh-feed">
|
||||
{{#foreach posts from="8"}}
|
||||
{{> "loop"}}
|
||||
{{/foreach}}
|
||||
</div>
|
||||
</main>
|
||||
</div>
|
||||
</section>
|
||||
Reference in New Issue
Block a user