We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6725d33 commit 63bc8dcCopy full SHA for 63bc8dc
lib/jekyll-theme-cs50.rb
@@ -517,7 +517,7 @@ def relative_url(input)
517
next if head.nil?
518
meta = Nokogiri::XML::Node.new("meta", doc)
519
meta["property"] = "og:description"
520
- meta["content"] = CGI.escapeHTML(description)
+ meta["content"] = CGI.escapeHTML(description.to_s)
521
head.add_child(meta)
522
523
# Update HTML
0 commit comments