diff --git a/config/config.exs.dist b/config/config.exs.dist index 1e4be7c..74b7e33 100644 --- a/config/config.exs.dist +++ b/config/config.exs.dist @@ -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