HTMLを綺麗に
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
{@ include(common/header) @}
|
||||
{@ include(common/search) @}
|
||||
|
||||
<div class="news-grid">
|
||||
{@ foreach ($posts as $post) @}
|
||||
{@ include(common/newscard) @}
|
||||
{@ endforeach @}
|
||||
{@ foreach ($posts as $post) @}
|
||||
{@ include(common/newscard) @}
|
||||
{@ endforeach @}
|
||||
</div>
|
||||
{@ include(common/pagination) @}
|
||||
|
||||
{@ include(common/pagination) @}
|
||||
{@ include(common/footer) @}
|
||||
|
||||
Reference in New Issue
Block a user