We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 325621a + 9648ba0 commit abaacbeCopy full SHA for abaacbe
config.rb
@@ -104,7 +104,7 @@ def primary_page_class
104
def asciinema_video(id, speed: 1)
105
<<-HTML.gsub(/^ +\|/, '')
106
|<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>
+ | <script type="text/javascript" src="https://asciinema.org/a/#{id}.js" id="asciicast-#{id}" data-size="small" data-speed="#{speed}" async></script>
108
|</div>
109
HTML
110
end
0 commit comments