Skip to content

Commit abaacbe

Browse files
committed
Merge pull request #67 from sickill/patch-1
Remove erroneous comma from asciinema script
2 parents 325621a + 9648ba0 commit abaacbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def primary_page_class
104104
def asciinema_video(id, speed: 1)
105105
<<-HTML.gsub(/^ +\|/, '')
106106
|<div class="asciinema-video">
107-
| <script type="text/javascript" src="https://asciinema.org/a/#{id}.js" id="asciicast-#{id}" data-size="small" data-speed="#{speed}", async></script>
107+
| <script type="text/javascript" src="https://asciinema.org/a/#{id}.js" id="asciicast-#{id}" data-size="small" data-speed="#{speed}" async></script>
108108
|</div>
109109
HTML
110110
end

0 commit comments

Comments
 (0)