commit 291f554c9dbf5c36db6d6e8d23050e21552e83f6 parent 203b0074e24a145c50948b1efb6f152e63411a7f Author: breadcat <peter@minskio.co.uk> Date: Tue, 25 Aug 2020 14:32:52 +0100 Disable fast render Was causing issues with new posts Diffstat:
M | config.toml | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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/"