diff options
author | Julio Capote <jcapote@gmail.com> | 2023-02-20 19:46:40 +0000 |
---|---|---|
committer | Julio Capote <jcapote@gmail.com> | 2023-02-20 19:46:40 +0000 |
commit | 73e25e3cc1a008cd7d3b26208c946412e46879af (patch) | |
tree | adcff93b1e070a43a2f229c1a4e13d98177d0013 | |
parent | f374aae962d25beeeb05f180e59cdef7c9e3be9b (diff) | |
download | capotej.com-73e25e3cc1a008cd7d3b26208c946412e46879af.tar.gz |
fix links
-rw-r--r-- | config.toml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/config.toml b/config.toml index bfc08c0..c6600ce 100644 --- a/config.toml +++ b/config.toml @@ -18,8 +18,7 @@ enableRobotsTXT = true disableKinds = ["taxonomy"] ignoreErrors = ["error-disable-taxonomy"] [permalinks] - posts = "/blog/:year/:month/:day/:title/" - tags = "/blog/:slug" + blog = "/blog/:year/:month/:day/:title/" [mediaTypes] [mediaTypes."application/atom"] |