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 6ce4278 commit 1ca4a4dCopy full SHA for 1ca4a4d
lib/jekyll-gist/gist_tag.rb
@@ -58,6 +58,7 @@ def gist_script_tag(gist_id, filename = nil)
58
59
def gist_noscript_tag(gist_id, filename = nil)
60
return if @settings && @settings["noscript"] == false
61
+
62
code = fetch_raw_code(gist_id, filename)
63
if !code.nil?
64
code = code.force_encoding(@encoding)
0 commit comments