[TASK] update date_format

This commit is contained in:
TLRZ Seyfferth 2020-01-22 17:37:26 +01:00
parent ad49bc5f31
commit 00c789dfdd

View File

@ -30,7 +30,7 @@ twig_config: # Twig template engine config
# Content # Content
# #
date_format: date_format:
%e.%m.%y, %H:%M # Pico's default date format; %e. %B, %Y # Pico's default date format;
# See https://php.net/manual/en/function.strftime.php for more info # 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_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") pages_order_by: alpha # Change how Pico sorts pages ("alpha" for alphabetical order, "date", or "meta")