From 6e83c1acd50c287222bc14e4c6d3febae5905acd Mon Sep 17 00:00:00 2001 From: iBug Date: Sat, 29 Jun 2024 04:14:33 +0800 Subject: [PATCH] _config.yml: Drop explicit default `false`s --- _config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 63d5f4ba2761..af7d57221b02 100644 --- a/_config.yml +++ b/_config.yml @@ -28,7 +28,7 @@ repository : # GitHub username/repo-name e.g. "mmistakes/minimal-m teaser : # path of fallback teaser image, e.g. "/assets/images/500x300.png" logo : # path of logo image to display in the masthead, e.g. "/assets/images/88x88.png" masthead_title : # overrides the website title displayed in the masthead, use " " for no title -# breadcrumbs : false # true, false (default) +breadcrumbs : # true, false (default) words_per_minute : 200 enable_copy_code_button : # true, false (default) copyright : # "copyright" name, defaults to site.title @@ -105,7 +105,7 @@ social: # Analytics analytics: - provider : false # false (default), "google", "google-universal", "google-gtag", "custom" + provider : # false (default), "google", "google-universal", "google-gtag", "custom" google: tracking_id : anonymize_ip : # true, false (default)