From 523b7c13d42d5f80d53db07046996d836a74a6b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20=C3=81ngel=20Dur=C3=A1n=20Gonz=C3=A1lez?= Date: Sun, 3 May 2015 22:12:36 +0200 Subject: [PATCH 1/2] Clarify which date format to use --- config.php.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.php.template b/config.php.template index f6d5cf2..32f7993 100644 --- a/config.php.template +++ b/config.php.template @@ -33,7 +33,7 @@ /* * CONTENT */ -// $config['date_format'] = 'jS M Y'; // Set the PHP date format +// $config['date_format'] = 'jS M Y'; // Set the PHP date format as described here: http://php.net/manual/es/function.strftime.php // $config['pages_order_by'] = 'alpha'; // Order pages by "alpha" or "date" // $config['pages_order'] = 'asc'; // Order pages "asc" or "desc" // $config['excerpt_length'] = 50; // The pages excerpt length (in words) From 5a7494d0fd5c0c7d7577da0124701898a1d03214 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20=C3=81ngel=20Dur=C3=A1n=20Gonz=C3=A1lez?= Date: Sun, 3 May 2015 22:15:31 +0200 Subject: [PATCH 2/2] Update config.php.template --- config.php.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.php.template b/config.php.template index 32f7993..e20cd57 100644 --- a/config.php.template +++ b/config.php.template @@ -33,7 +33,7 @@ /* * CONTENT */ -// $config['date_format'] = 'jS M Y'; // Set the PHP date format as described here: http://php.net/manual/es/function.strftime.php +// $config['date_format'] = 'jS M Y'; // 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'] = 'asc'; // Order pages "asc" or "desc" // $config['excerpt_length'] = 50; // The pages excerpt length (in words)