mirror of
https://github.com/aljazceru/Journal-ghost.git
synced 2025-12-18 13:44:21 +01:00
Fix tag posts query
This commit is contained in:
18
author.hbs
18
author.hbs
@@ -34,15 +34,13 @@
|
||||
</div>
|
||||
</header>
|
||||
</section>
|
||||
|
||||
<div class="gh-feed">
|
||||
{{#get "posts" filter="primary_author:{{slug}}" limit="all"}}
|
||||
{{#foreach posts}}
|
||||
{{> loop}}
|
||||
{{/foreach}}
|
||||
{{/get}}
|
||||
</div>
|
||||
|
||||
<button class="gh-loadmore gh-btn">Load more issues</button>
|
||||
{{/author}}
|
||||
|
||||
<div class="gh-feed">
|
||||
{{#foreach posts}}
|
||||
{{> loop}}
|
||||
{{/foreach}}
|
||||
</div>
|
||||
|
||||
<button class="gh-loadmore gh-btn">Load more issues</button>
|
||||
</main>
|
||||
Reference in New Issue
Block a user