HTMLを綺麗に

This commit is contained in:
2025-11-08 18:12:08 +09:00
parent adaf7622ae
commit 8513c530f5
7 changed files with 114 additions and 103 deletions

View File

@@ -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) @}