commit 3c80dc1ae9ac65730140ffb1e6386c3913375b6c parent 9cf972f69a1f003391c36e45cc5c0acb12878764 Author: Yohanes Bandung <bandungpenting@gmail.com> Date: Tue, 28 Apr 2020 15:22:58 +0700 hotfix: [TEMP] fix font not applied to posts Diffstat:
| M | config.dev.toml | | | 2 | +- |
| M | config.toml | | | 2 | +- |
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/config.dev.toml b/config.dev.toml @@ -3,7 +3,7 @@ languageCode = "en-us" title = "YBBond" [permalinks] - posts = "/:year/:month/:title/" + posts = "/posts/:year:month:title/" [params] author = "Yohanes Bandung Bondowoso" diff --git a/config.toml b/config.toml @@ -3,7 +3,7 @@ languageCode = "en-us" title = "YBBond" [permalinks] - posts = "/:year/:month/:title/" + posts = "/posts/:year:month:title/" [params] author = "Yohanes Bandung Bondowoso"