diff --git a/config/_default/config.toml b/config/_default/config.toml index d05f6a3..efc89a1 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -484,7 +484,7 @@ theme = "DoIt" # Permalinks config [Permalinks] - posts = ":year/:month/:filename" + posts = ":year/:filename" # Privacy config [privacy] diff --git a/config/staging/config.toml b/config/staging/config.toml index bed7fa7..f17ee87 100644 --- a/config/staging/config.toml +++ b/config/staging/config.toml @@ -484,7 +484,7 @@ theme = "DoIt" # Permalinks config [Permalinks] - posts = ":year/:month/:filename" + posts = ":year/:filename" # Privacy config [privacy]