fix(config.yaml): add " when needed

feat/use-default-theme
dufraissejeremy 2 years ago
parent 1ea9fdaef5
commit c50e08b6c2
  1. 2
      content/config.yml
  2. 2
      sites/default/config.yml

@ -28,7 +28,7 @@ twig_config: # Twig template engine config
## ##
# Content # 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 # 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")

@ -29,7 +29,7 @@ twig_config: # Twig template engine config
## ##
# Content # 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 # 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")

Loading…
Cancel
Save