Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions layouts/shortcodes/asciinema.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<link rel="stylesheet" type="text/css" href="/css/asciinema-player.css" />
<link rel="stylesheet" type="text/css" href="/css/asciinema-player.css" >
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should probably remove the spurious space before the > as well then.


<asciinema-player
class={{ .Get "class" }}
Expand All @@ -10,4 +10,4 @@
{{ with .Get "columns" }}columns="{{.}}"{{ end }}>
</asciinema-player>

<script src="/js/asciinema-player.js"></script>
<script src="js/asciinema-player.js"></script>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change makes it unusable on other pages then top level ones. I would recommend not doing it.