From b14dac451549d21b940cd1e3fdd93bc85b36e319 Mon Sep 17 00:00:00 2001 From: Benji Date: Tue, 30 Mar 2021 07:08:25 -0400 Subject: [PATCH] Update lib/jekyll-seo-tag/json_ld_drop.rb Yep, let's remove these comments! Co-authored-by: Ashwin Maroli --- lib/jekyll-seo-tag/json_ld_drop.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/jekyll-seo-tag/json_ld_drop.rb b/lib/jekyll-seo-tag/json_ld_drop.rb index 4a806b2..2db7231 100644 --- a/lib/jekyll-seo-tag/json_ld_drop.rb +++ b/lib/jekyll-seo-tag/json_ld_drop.rb @@ -88,7 +88,6 @@ module Jekyll graph = to_h.reject { |_k, v| v.nil? } # assign publisher and remove it from the array - # (because I don't know the meta-programming involved in instantiating it) publisher = graph["publisher"] || nil graph.delete("publisher")