fix(config.yaml): add " when needed

This commit is contained in:
Jérémy Dufraisse 2023-02-27 08:23:48 +01:00
parent 1ea9fdaef5
commit c50e08b6c2
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ twig_config: # Twig template engine config
##
# Content
#
date_format: %D %T # Pico's default date format;
date_format: "%D %T" # 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")

View File

@ -29,7 +29,7 @@ twig_config: # Twig template engine config
##
# Content
#
date_format: %D %T # Pico's default date format;
date_format: "%D %T" # 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")