commit 4611fec148f272b175f7fc37178ba19b1f08c9e1 parent 3f61b815eaa1cb4af47aa6135dd3493817802dc2 Author: breadcat <peter@minskio.co.uk> Date: Sun, 28 Jun 2020 15:32:48 +0100 Alter indentation Diffstat:
M | config.toml | | | 9 | ++++----- |
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/config.toml b/config.toml @@ -4,14 +4,14 @@ title = "Minskio" theme = "Brine" [permalinks] - posts = "/:title/" + posts = "/:title/" [markup.goldmark.renderer] - unsafe = true + unsafe = true [params] - author = "Peter" - description = "The 'No-Pictures' Blog" + author = "Peter" + description = "The 'No-Pictures' Blog" [taxonomies] tag = "tags" @@ -19,4 +19,3 @@ theme = "Brine" recipe = "recipe" dream = "dream" language = "language" -