From 5b93a50942f6b03cca70ea4b976954e23f702d39 Mon Sep 17 00:00:00 2001 From: Kazuhiro MUSASHI Date: Sun, 4 Dec 2022 21:59:45 +0900 Subject: [PATCH] Change permanent link config. --- config/_default/config.toml | 2 +- config/staging/config.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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]