diff options
Diffstat (limited to 'config.php')
| -rw-r--r-- | config.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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}', |
