From bcd1db9a08bfa5d5e47d56c09706b22fc9d2ee54 Mon Sep 17 00:00:00 2001 From: Gabriel Carneiro Date: Mon, 5 Aug 2024 22:11:27 -0300 Subject: [PATCH] fix php --- _layouts/dashboard.php | 2 +- collections/_dashboard/{home.php => index.php} | 1 - collections/_dashboard/upload.php | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) rename collections/_dashboard/{home.php => index.php} (88%) diff --git a/_layouts/dashboard.php b/_layouts/dashboard.php index bc10799..5d523dc 100755 --- a/_layouts/dashboard.php +++ b/_layouts/dashboard.php @@ -45,7 +45,7 @@ lang: pt {{ content }} diff --git a/collections/_dashboard/home.php b/collections/_dashboard/index.php similarity index 88% rename from collections/_dashboard/home.php rename to collections/_dashboard/index.php index 450239b..41236ca 100644 --- a/collections/_dashboard/home.php +++ b/collections/_dashboard/index.php @@ -1,6 +1,5 @@ --- layout: dashboard -permalink: /dashboard/ lang: pt --- diff --git a/collections/_dashboard/upload.php b/collections/_dashboard/upload.php index c34d4ee..9229237 100644 --- a/collections/_dashboard/upload.php +++ b/collections/_dashboard/upload.php @@ -1,6 +1,5 @@ --- layout: dashboard -permalink: /dashboard/upload/ lang: pt ---