From be7517def55cc908bb450d14068059fce346dde9 Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Fri, 9 Jan 2015 08:04:31 -0700 Subject: [PATCH] renamed publish system param --- system/config/system.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/config/system.yaml b/system/config/system.yaml index 84838b331..c0cd24b7a 100644 --- a/system/config/system.yaml +++ b/system/config/system.yaml @@ -14,7 +14,7 @@ pages: dateformat: short: 'jS M Y' # Short date format long: 'F jS \a\t g:ia' # Long date format - future_pages_unpublished: true # pages with dates in the future are considered unpublished + publish_dates: true # automatically publish/unpublish based on dates process: markdown: true # Process Markdown twig: false # Process Twig