From 50812f9795da18eb879dc0659b0940981bff05cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Fri, 3 Nov 2023 02:30:28 +0000 Subject: [PATCH] Fix Front Matters --- src/account.md | 8 ++++---- src/categories.md | 8 ++++---- src/customers.md | 8 ++++---- src/notifications.md | 12 ++++++------ src/orders.md | 8 ++++---- 5 files changed, 22 insertions(+), 22 deletions(-) diff --git a/src/account.md b/src/account.md index cb142d3..d5dfe12 100644 --- a/src/account.md +++ b/src/account.md @@ -3,11 +3,11 @@ title: "Account" layout: "layout/account.html" breadcrumbs: - - caption: "Dashboard" - url: "/" + caption: "Dashboard" + url: "/" - - caption: "Account" - url: null + caption: "Account" + url: null ---
diff --git a/src/categories.md b/src/categories.md index f51d2ec..e947566 100644 --- a/src/categories.md +++ b/src/categories.md @@ -3,9 +3,9 @@ title: "Categories" layout: "layout/categories.html" breadcrumbs: - - caption: "Dashboard" - url: "/" + caption: "Dashboard" + url: "/" - - caption: "Categories" - url: null + caption: "Categories" + url: null --- diff --git a/src/customers.md b/src/customers.md index bdd49fb..3ec50da 100644 --- a/src/customers.md +++ b/src/customers.md @@ -3,9 +3,9 @@ title: "Customers" layout: "layout/customers.html" breadcrumbs: - - caption: "Dashboard" - url: "/" + caption: "Dashboard" + url: "/" - - caption: "Customers" - url: null + caption: "Customers" + url: null --- diff --git a/src/notifications.md b/src/notifications.md index f035dd8..94ed1d7 100644 --- a/src/notifications.md +++ b/src/notifications.md @@ -4,14 +4,14 @@ layout: "layout/account.html" permalink: "account/notifications/" breadcrumbs: - - caption: "Dashboard" - url: "/" + caption: "Dashboard" + url: "/" - - caption: "Account" - url: "/account/" + caption: "Account" + url: "/account/" - - caption: "Notifications" - url: null + caption: "Notifications" + url: null ---

Notifications

diff --git a/src/orders.md b/src/orders.md index e379d74..6f00f11 100644 --- a/src/orders.md +++ b/src/orders.md @@ -3,9 +3,9 @@ title: "Orders" layout: "layout/orders.html" breadcrumbs: - - caption: "Dashboard" - url: "/" + caption: "Dashboard" + url: "/" - - caption: "Orders" - url: null + caption: "Orders" + url: null ---