diff options
author | Nicholas Johnson <nick@nicksphere.ch> | 2022-04-29 00:00:00 +0000 |
---|---|---|
committer | Nicholas Johnson <nick@nicksphere.ch> | 2022-04-29 00:00:00 +0000 |
commit | 43ea1d8ae931cfafe9a921c71e40c1a2c13804701d3166ce16c4778a02b4e07b (patch) | |
tree | 174ed3be313335a746d8f77b081a0255dc4add7436c4b19efaed72dc4e0be580 /config.toml | |
parent | b912154649ce41bfcece7c306a907f276e71c942ef9befc626b067b9782dc012 (diff) | |
download | journal-43ea1d8ae931cfafe9a921c71e40c1a2c13804701d3166ce16c4778a02b4e07b.tar.gz journal-43ea1d8ae931cfafe9a921c71e40c1a2c13804701d3166ce16c4778a02b4e07b.zip |
Change post to entry
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.toml b/config.toml index cf54528..18ca08c 100644 --- a/config.toml +++ b/config.toml @@ -22,7 +22,7 @@ rssLimit = 20 beginCopyrightYear = 2019 [permalinks] - post = "/:year/:month/:day/:filename" + entry = "/:year/:month/:day/:filename" [menu] [[menu.main]] |