summaryrefslogtreecommitdiff
path: root/config.php
diff options
context:
space:
mode:
Diffstat (limited to 'config.php')
-rw-r--r--config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.php b/config.php
index 19350ee..8a91883 100644
--- a/config.php
+++ b/config.php
@@ -19,7 +19,7 @@ return [
'author' => 'David T. Sadler',
'date' => $now->timestamp,
'sort' => '-date',
- 'path' => '/posts/{date|Y-m-d}/{filename}',
+ 'path' => '/posts',
],
'tags' => [
'path' => '/tags/{filename}',