Update lib/jekyll-seo-tag/json_ld_drop.rb
Yep, let's remove these comments! Co-authored-by: Ashwin Maroli <ashmaroli@users.noreply.github.com>
This commit is contained in:
parent
ea5a3ef640
commit
b14dac4515
|
@ -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")
|
||||
|
||||
|
|
Loading…
Reference in New Issue