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 ---