From cd0a32110c8f91602bbedbae31b1e4509f77a188 Mon Sep 17 00:00:00 2001 From: Gustavo Luigi <=> Date: Tue, 13 Dec 2022 11:27:27 -0300 Subject: [PATCH] . --- content/index.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)