From d3bfe9931c00ea8e62bcc2be2772ced3a519ca85 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 9 Jan 2014 16:32:51 -0800 Subject: Don't publish article with a date in the future. --- _config.yml | 1 + 1 file changed, 1 insertion(+) (limited to '_config.yml') diff --git a/_config.yml b/_config.yml index 5826510..edb0eee 100644 --- a/_config.yml +++ b/_config.yml @@ -2,5 +2,6 @@ permalink: /:title/ pygments: true markdown: redcarpet name: lumberjaph.net +future: false redcarpet: extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "strikethrough", "superscript"] \ No newline at end of file -- cgit v1.2.3