Add forgotten tz setting

This commit is contained in:
Mikko Ahlroth 2017-01-22 21:21:37 +02:00
parent c228614862
commit 6e589dd5a9

View file

@ -26,6 +26,8 @@ config :mebe_web,
multi_author_mode: false, # Set to true to show author header from posts, if available (blog_author will be used as default)
use_default_author: true, # If multi author mode is on, use blog_author as default author (if this is false, no author will be set if post has no author header)
time_default_tz: "Europe/Helsinki", # Default timezone to use for posts with time data
force_read_more: false, # Force "Read more…" text to display even if there is no more content
enable_feeds: false, # Set to true to enable RSS feeds