From 39c50c68c2749056df9846f50420846a71ca1194 Mon Sep 17 00:00:00 2001 From: Gabriel Carneiro Date: Mon, 5 Aug 2024 22:06:49 -0300 Subject: [PATCH] add permalinks to dashboard --- _includes/SideBar.html | 2 +- _layouts/dashboard.php | 6 +++--- collections/_dashboard/home.php | 3 ++- collections/_dashboard/upload.php | 1 + 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/_includes/SideBar.html b/_includes/SideBar.html index afebfa1..c415f85 100755 --- a/_includes/SideBar.html +++ b/_includes/SideBar.html @@ -65,7 +65,7 @@
{{ content }} - \ No newline at end of file + diff --git a/collections/_dashboard/home.php b/collections/_dashboard/home.php index a625ab0..450239b 100644 --- a/collections/_dashboard/home.php +++ b/collections/_dashboard/home.php @@ -1,5 +1,6 @@ --- layout: dashboard +permalink: /dashboard/ lang: pt --- @@ -9,4 +10,4 @@ lang: pt

- \ No newline at end of file + diff --git a/collections/_dashboard/upload.php b/collections/_dashboard/upload.php index 9229237..c34d4ee 100644 --- a/collections/_dashboard/upload.php +++ b/collections/_dashboard/upload.php @@ -1,5 +1,6 @@ --- layout: dashboard +permalink: /dashboard/upload/ lang: pt ---