diff --git a/public/admin/config.yml b/public/admin/config.yml
index cc0f558..6763060 100644
--- a/public/admin/config.yml
+++ b/public/admin/config.yml
@@ -10,7 +10,7 @@ collections:
label: "Blog" # Used in the UI
folder: "src/posts" # The path to the folder where the documents are stored
create: true # Allow users to create new documents in this collection
- slug: "{{slug}}" # Filename template, e.g., YYYY-MM-DD-title.md
+ slug: "{{year}}-{{month}}-{{day}}-{{slug}}" # Filename template, e.g., YYYY-MM-DD-title.md
fields: # The fields for each document, usually in front matter
- { name: "title", label: "Title" }
- { name: "description", label: "Description" }
diff --git a/public/admin/index.html b/public/admin/index.html
index d3e0211..ed1a129 100644
--- a/public/admin/index.html
+++ b/public/admin/index.html
@@ -11,6 +11,9 @@
+