Skip to content

Commit e9e1549

Browse files
committed
Remove extra colon
1 parent 971e9e6 commit e9e1549

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/jekyll-gist/gist_tag.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ def render(context)
1919
@settings = context.registers[:site].config["gist"]
2020
if (tag_contents = determine_arguments(@markup.strip))
2121
gist_id = tag_contents[0]
22+
gist_id.delete!(":")
2223
filename = tag_contents[1]
2324
gist_id = context[gist_id] if context.key?(gist_id)
2425
filename = context[filename] if context.key?(filename)

0 commit comments

Comments
 (0)