diff --git a/layouts/labels/list.html b/layouts/labels/list.html index 44142bb..5b1dc93 100644 --- a/layouts/labels/list.html +++ b/layouts/labels/list.html @@ -3,8 +3,8 @@
{{ .Params.description }}
+ {{ .Name }} +{{ .Params.name }}
Products @@ -280,7 +280,7 @@
Products
diff --git a/public/admin/config.yml b/public/admin/config.yml
index d48e6d7..847f39d 100644
--- a/public/admin/config.yml
+++ b/public/admin/config.yml
@@ -16,6 +16,7 @@ collections:
folder: "content/labels"
create: true
slug: "{{year}}-{{month}}-{{day}}-{{slug}}"
+ identifier_field: "name"
fields:
- { label: "Name", name: "name", widget: "string" }
- { label: "Weight", name: "weight", widget: "string" }
diff --git a/public/authors/index.html b/public/authors/index.html
index 863c123..ae8eae1 100644
--- a/public/authors/index.html
+++ b/public/authors/index.html
@@ -138,7 +138,7 @@
-
+
Products
@@ -282,7 +282,7 @@
Products
diff --git a/public/categories/index.html b/public/categories/index.html
index 8bd1d00..632b4d8 100644
--- a/public/categories/index.html
+++ b/public/categories/index.html
@@ -138,7 +138,7 @@
-
+
Products
@@ -282,7 +282,7 @@
Products
diff --git a/public/index.html b/public/index.html
index 54cc5f2..e366948 100644
--- a/public/index.html
+++ b/public/index.html
@@ -157,7 +157,7 @@
-
+
Products
@@ -301,7 +301,7 @@
Products
diff --git a/public/index.json b/public/index.json
index 567a708..1278f4b 100644
--- a/public/index.json
+++ b/public/index.json
@@ -1,2 +1,2 @@
-[{"content":"","date":"1 January 0001","externalUrl":null,"permalink":"/authors/","section":"Authors","summary":"","title":"Authors","type":"authors"},{"content":"","date":"1 January 0001","externalUrl":null,"permalink":"/","section":"Blowfish","summary":"","title":"Blowfish","type":"page"},{"content":"","date":"1 January 0001","externalUrl":null,"permalink":"/categories/","section":"Categories","summary":"","title":"Categories","type":"categories"},{"content":"","date":"1 January 0001","externalUrl":null,"permalink":"/series/","section":"Series","summary":"","title":"Series","type":"series"},{"content":"","date":"1 January 0001","externalUrl":null,"permalink":"/tags/","section":"Tags","summary":"","title":"Tags","type":"tags"}]
\ No newline at end of file
+[{"content":"","date":"26 May 2024","externalUrl":null,"permalink":"/","section":"Blowfish","summary":"","title":"Blowfish","type":"page"},{"content":"","date":"26 May 2024","externalUrl":null,"permalink":"/labels/","section":"Labels","summary":"","title":"Labels","type":"labels"},{"content":"","date":"24 May 2024","externalUrl":null,"permalink":"/labels/2024-05-24-map-date-2024-05-24t17-41-00-000z-name-72-dark-chocolate-bar-weight-60gm-description-our-72-dark-chocolate-bar-stands-out-because-we-light-roast-our-cacao-which-produces-delightful-wild-berry-tasting-notes-we-carefully-select-on/","section":"Labels","summary":"","title":"","type":"labels"},{"content":"","date":"1 January 0001","externalUrl":null,"permalink":"/authors/","section":"Authors","summary":"","title":"Authors","type":"authors"},{"content":"","date":"1 January 0001","externalUrl":null,"permalink":"/categories/","section":"Categories","summary":"","title":"Categories","type":"categories"},{"content":"","date":"1 January 0001","externalUrl":null,"permalink":"/series/","section":"Series","summary":"","title":"Series","type":"series"},{"content":"","date":"1 January 0001","externalUrl":null,"permalink":"/tags/","section":"Tags","summary":"","title":"Tags","type":"tags"}]
\ No newline at end of file
diff --git a/public/index.xml b/public/index.xml
index 15fa6f2..35d1ca1 100644
--- a/public/index.xml
+++ b/public/index.xml
@@ -7,6 +7,16 @@
Products
@@ -282,7 +282,7 @@
Products
diff --git a/public/sitemap.xml b/public/sitemap.xml
index 2870091..6559aac 100644
--- a/public/sitemap.xml
+++ b/public/sitemap.xml
@@ -2,8 +2,21 @@
Products
@@ -282,7 +282,7 @@
Products
diff --git a/static/admin/config.yml b/static/admin/config.yml
index d48e6d7..847f39d 100644
--- a/static/admin/config.yml
+++ b/static/admin/config.yml
@@ -16,6 +16,7 @@ collections:
folder: "content/labels"
create: true
slug: "{{year}}-{{month}}-{{day}}-{{slug}}"
+ identifier_field: "name"
fields:
- { label: "Name", name: "name", widget: "string" }
- { label: "Weight", name: "weight", widget: "string" }
+
+
+
+
+
+