fix date_formatted issue
This commit is contained in:
parent
a335eec82a
commit
eb368d31e1
@ -1,5 +1,4 @@
|
|||||||
<?php
|
<?php
|
||||||
use \ParsedownExtra;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Pico
|
* Pico
|
||||||
@ -192,7 +191,7 @@ class Pico {
|
|||||||
'site_title' => 'Pico',
|
'site_title' => 'Pico',
|
||||||
'base_url' => $this->base_url(),
|
'base_url' => $this->base_url(),
|
||||||
'theme' => 'default',
|
'theme' => 'default',
|
||||||
'date_format' => 'jS M Y',
|
'date_format' => '%D %T',
|
||||||
'twig_config' => array('cache' => false, 'autoescape' => false, 'debug' => false),
|
'twig_config' => array('cache' => false, 'autoescape' => false, 'debug' => false),
|
||||||
'pages_order_by' => 'alpha',
|
'pages_order_by' => 'alpha',
|
||||||
'pages_order' => 'asc',
|
'pages_order' => 'asc',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user