From ac8b08357c3bc2be6f91b3772e95e87db54954b1 Mon Sep 17 00:00:00 2001 From: teldra Date: Fri, 24 Jun 2022 01:50:19 +0200 Subject: [PATCH] small fixes --- config/_default/permalinks.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/_default/permalinks.toml b/config/_default/permalinks.toml index 550cc4f..0cf7150 100644 --- a/config/_default/permalinks.toml +++ b/config/_default/permalinks.toml @@ -1,2 +1,2 @@ -posts = '/posts/:year/:month/:day/:slug/' +posts = '/p/:year/:month/:day/:slug/'