diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2022-01-03 20:41:21 +0000 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2022-01-03 20:41:21 +0000 |
commit | 47932676235b90cdf033c31fdc62d52cfed7f168 (patch) | |
tree | c65c014cf22074049801f5616cfd40c7cf7cd12c /config.toml | |
parent | f4b565e1221c6efe22b89b23c018a0b7215181ff (diff) |
better stuff with templates
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 b6c7a57..69cf5d4 100644 --- a/config.toml +++ b/config.toml @@ -17,7 +17,7 @@ pygmentsUseClasses = true identifier = "blog" name = "blog" title = "blog" - url = "/" + url = "/blog/" weight = 10 [[menu.main]] |