fix date_formatted issue
This commit is contained in:
parent
eb368d31e1
commit
28a6b721ce
@ -26,15 +26,15 @@
|
|||||||
*/
|
*/
|
||||||
// $config['theme'] = 'default'; // Set the theme (defaults to "default")
|
// $config['theme'] = 'default'; // Set the theme (defaults to "default")
|
||||||
// $config['twig_config'] = array( // Twig settings
|
// $config['twig_config'] = array( // Twig settings
|
||||||
// 'cache' => false, // To enable Twig caching change this to CACHE_DIR
|
// 'cache' => false, // To enable Twig caching change this to CACHE_DIR
|
||||||
// 'autoescape' => false, // Autoescape Twig vars
|
// 'autoescape' => false, // Autoescape Twig vars
|
||||||
// 'debug' => false // Enable Twig debug
|
// 'debug' => false // Enable Twig debug
|
||||||
// );
|
// );
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* CONTENT
|
* CONTENT
|
||||||
*/
|
*/
|
||||||
// $config['date_format'] = 'jS M Y'; // Set the PHP date format as described here: http://php.net/manual/en/function.strftime.php
|
// $config['date_format'] = '%D %T'; // Set the PHP date format as described here: http://php.net/manual/en/function.strftime.php
|
||||||
// $config['pages_order_by'] = 'alpha'; // Order pages by "alpha" or "date"
|
// $config['pages_order_by'] = 'alpha'; // Order pages by "alpha" or "date"
|
||||||
// $config['pages_order'] = 'asc'; // Order pages "asc" or "desc"
|
// $config['pages_order'] = 'asc'; // Order pages "asc" or "desc"
|
||||||
// $config['excerpt_length'] = 50; // The pages excerpt length (in words)
|
// $config['excerpt_length'] = 50; // The pages excerpt length (in words)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user