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.
This commit is contained in:
Kaarel Pärtel
2019-02-22 10:53:59 +02:00
committed by GitHub
parent ff61b20e5f
commit c8ef89fc2e

View File

@@ -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