diff options
author | breadcat | 2020-08-25 14:32:52 +0100 |
---|---|---|
committer | breadcat | 2020-08-25 14:32:52 +0100 |
commit | 291f554c9dbf5c36db6d6e8d23050e21552e83f6 (patch) | |
tree | e419ce8e12208805fce5cde72ae92f209095a553 /config.toml | |
parent | 203b0074e24a145c50948b1efb6f152e63411a7f (diff) | |
download | blog.minskio.co.uk-291f554c9dbf5c36db6d6e8d23050e21552e83f6.tar.gz blog.minskio.co.uk-291f554c9dbf5c36db6d6e8d23050e21552e83f6.tar.bz2 blog.minskio.co.uk-291f554c9dbf5c36db6d6e8d23050e21552e83f6.zip |
Disable fast render
Was causing issues with new posts
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.toml b/config.toml index c40f8db..62c4916 100644 --- a/config.toml +++ b/config.toml @@ -2,6 +2,7 @@ baseURL = "https://minskio.co.uk" languageCode = "en-gb" title = "Minskio" theme = "Brine" +disableFastRender=true [permalinks] posts = "/:title/" |