Fixed #99.
This commit is contained in:
parent
195ec3896b
commit
193c5cc514
@ -5,6 +5,6 @@ echo $this->contentTag('posts', function() {
|
|||||||
echo "\n";
|
echo "\n";
|
||||||
|
|
||||||
foreach ($this->posts as $post) {
|
foreach ($this->posts as $post) {
|
||||||
echo ' ' . $this->tag('post', $post->api_attributes()) . "\n";
|
echo ' ' . $this->tag('post', $post->api_attributes(), false, true) . "\n";
|
||||||
}
|
}
|
||||||
}, ['count' => $this->posts->totalRows(), 'offset' => ($this->posts->currentPage() - 1) * $this->posts->perPage()]);
|
}, ['count' => $this->posts->totalRows(), 'offset' => ($this->posts->currentPage() - 1) * $this->posts->perPage()]);
|
||||||
|
Reference in New Issue
Block a user