From 291f554c9dbf5c36db6d6e8d23050e21552e83f6 Mon Sep 17 00:00:00 2001 From: breadcat Date: Tue, 25 Aug 2020 14:32:52 +0100 Subject: Disable fast render Was causing issues with new posts --- config.toml | 1 + 1 file changed, 1 insertion(+) 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/" -- cgit v1.2.3