From c8ef89fc2e1850c877664c62001a23bb818d52df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kaarel=20P=C3=A4rtel?= Date: Fri, 22 Feb 2019 10:53:59 +0200 Subject: [PATCH] Add future:false to _config.yml Github pages by default shows all posts, even those that are dated in the future. This change should disable posts with dates in the future. --- _config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/_config.yml b/_config.yml index 68dc252..ca27871 100644 --- a/_config.yml +++ b/_config.yml @@ -5,3 +5,4 @@ description: > # this means to ignore newlines until "baseurl:" url: "http://lapikud.ee" # the base hostname & protocol for your site, e.g. http://example.com instagram_username: lapikud github_username: lapikud +future: false