Skip to content

Commit

Permalink
Fix tag posts query
Browse files Browse the repository at this point in the history
  • Loading branch information
minimaluminium committed Aug 25, 2021
1 parent 8e5d444 commit 59d41e4
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions author.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,13 @@
</div>
</header>
</section>
{{/author}}

<div class="gh-feed">
{{#get "posts" filter="primary_author:{{slug}}" limit="all"}}
{{#foreach posts}}
{{> loop}}
{{/foreach}}
{{/get}}
</div>
<div class="gh-feed">
{{#foreach posts}}
{{> loop}}
{{/foreach}}
</div>

<button class="gh-loadmore gh-btn">Load more issues</button>
{{/author}}
<button class="gh-loadmore gh-btn">Load more issues</button>
</main>

0 comments on commit 59d41e4

Please sign in to comment.