diff options
author | breadcat | 2020-06-28 15:32:48 +0100 |
---|---|---|
committer | breadcat | 2020-06-28 15:32:48 +0100 |
commit | 4611fec148f272b175f7fc37178ba19b1f08c9e1 (patch) | |
tree | bb9d8199b706e1ea5a90b4bd1820173a53cbf48d /config.toml | |
parent | 3f61b815eaa1cb4af47aa6135dd3493817802dc2 (diff) | |
download | blog.minskio.co.uk-4611fec148f272b175f7fc37178ba19b1f08c9e1.tar.gz blog.minskio.co.uk-4611fec148f272b175f7fc37178ba19b1f08c9e1.tar.bz2 blog.minskio.co.uk-4611fec148f272b175f7fc37178ba19b1f08c9e1.zip |
Alter indentation
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/config.toml b/config.toml index 7310277..c40f8db 100644 --- 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" - |