summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbreadcat2020-08-25 14:32:52 +0100
committerbreadcat2020-08-25 14:32:52 +0100
commit291f554c9dbf5c36db6d6e8d23050e21552e83f6 (patch)
treee419ce8e12208805fce5cde72ae92f209095a553
parent203b0074e24a145c50948b1efb6f152e63411a7f (diff)
downloadblog.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
-rw-r--r--config.toml1
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/"