Use from parameter to start loading from second post

This commit is contained in:
Sodbileg Gansukh
2022-02-04 17:49:49 +08:00
parent 452eb87e23
commit 82e31fc550

View File

@@ -37,14 +37,8 @@
<h2 class="gh-section-title">More issues</h2>
<div class="gh-feed">
{{#foreach posts}}
{{^is "paged"}}
{{^has index="0"}}
{{> loop}}
{{/has}}
{{else}}
{{> loop}}
{{/is}}
{{#foreach posts from="2"}}
{{> loop}}
{{/foreach}}
</div>