summaryrefslogtreecommitdiff
path: root/config.php
diff options
context:
space:
mode:
authorDavid T. Sadler <davidtsadler@googlemail.com>2020-06-14 22:26:01 +0100
committerDavid T. Sadler <davidtsadler@googlemail.com>2020-06-14 22:26:01 +0100
commitb47c34a79f63ff9ec10793834315a446a4026184 (patch)
tree7c8a8df717643b3691a8485e1f7276b63d9df334 /config.php
parentdcf43ee844c4d34cc41161bbcb21ca7b290f963d (diff)
Remove date from post url
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}',