From 1e2d72a57434bd230d5bd679aee9d3c1a3a8aabc Mon Sep 17 00:00:00 2001 From: Ashwin Maroli Date: Fri, 11 Dec 2020 19:53:44 +0530 Subject: [PATCH] Remove redundant quotes around YAML value --- docs/_config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_config.yml b/docs/_config.yml index 7b758cd7..260193a5 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -10,7 +10,7 @@ twitter: logo: "/img/logo-2x.png" google_analytics_id: UA-50755011-1 google_site_verification: onQcXpAvtHBrUI5LlroHNE_FP0b2qvFyPq7VZw36iEY -cloudinary_url: "https://res.cloudinary.com/jekyll/image/upload/f_auto,q_auto,w_404" +cloudinary_url: https://res.cloudinary.com/jekyll/image/upload/f_auto,q_auto,w_404 collections: docs: permalink: "/:collection/:path/"