From 6a544646dd44b4a7e27094461d20480979896e04 Mon Sep 17 00:00:00 2001 From: Gustavo Luigi <=> Date: Tue, 13 Dec 2022 13:25:51 -0300 Subject: [PATCH] bugfix --- content/index.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/index.blade.php b/content/index.blade.php index fb14420..ad04179 100644 --- a/content/index.blade.php +++ b/content/index.blade.php @@ -131,7 +131,7 @@ - @foreach(filterByContentType($mdContents, "News")->take(3) as $content) + @foreach(filterByContentType("News")->take(3) as $content)