diff --git a/content/index.blade.php b/content/index.blade.php index cbb62b7..15e23ea 100644 --- a/content/index.blade.php +++ b/content/index.blade.php @@ -77,7 +77,7 @@ - @foreach(filterByContentType($mdContents, "News")->take(3) as $content) + @foreach(filterByContentType("News")->take(3) as $content)