Fix tag posts query

This commit is contained in:
Sodbileg Gansukh
2021-08-25 09:47:36 +08:00
parent 8e5d444834
commit 59d41e4537

View File

@@ -34,15 +34,13 @@
</div> </div>
</header> </header>
</section> </section>
{{/author}}
<div class="gh-feed"> <div class="gh-feed">
{{#get "posts" filter="primary_author:{{slug}}" limit="all"}}
{{#foreach posts}} {{#foreach posts}}
{{> loop}} {{> loop}}
{{/foreach}} {{/foreach}}
{{/get}}
</div> </div>
<button class="gh-loadmore gh-btn">Load more issues</button> <button class="gh-loadmore gh-btn">Load more issues</button>
{{/author}}
</main> </main>