Home page and news page are finished

This commit is contained in:
Jorit Tijsen
2024-03-13 12:37:09 +01:00
parent 55aa88c0f6
commit 2895ba283b
58 changed files with 3713 additions and 31764 deletions

View File

@@ -0,0 +1,4 @@
<div>
@include('partial/newslist_small', ['id' => 'items-more-news', 'news' => $news])
@include('partial/newslist_small', ['id' => 'items-most-read', 'news' => $populair])
</div>