From fad9564392a4b5ca04caef3ee43bf1e1d83edcf5 Mon Sep 17 00:00:00 2001 From: TLRZ Seyfferth Date: Wed, 22 Jan 2020 16:01:49 +0100 Subject: [PATCH] [TASK] update date_format --- config/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.yml b/config/config.yml index 51e962f..62ca583 100644 --- a/config/config.yml +++ b/config/config.yml @@ -30,7 +30,7 @@ twig_config: # Twig template engine config # Content # date_format: - %D %T # Pico's default date format; + %e.%m.%y, %H:%M # Pico's default date format; # See https://php.net/manual/en/function.strftime.php for more info pages_order_by_meta: author # Sort pages by meta value "author" (set "pages_order_by" to "meta") pages_order_by: alpha # Change how Pico sorts pages ("alpha" for alphabetical order, "date", or "meta")