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>
</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>