Skip to content

Commit

Permalink
Upgrade asciinema player to 3.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo3418 committed Dec 23, 2023
1 parent 8ac39ef commit e9cea59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layouts/partials/asciinema-player.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script src="https://cdn.jsdelivr.net/npm/asciinema-player@3.5.0/dist/bundle/asciinema-player.min.js" integrity="sha256-t+juVyk+MYdZtJuaxz48t7eZdD1lIeWpaNYSF4y/APs=" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/asciinema-player@3.5.0/dist/bundle/asciinema-player.css" integrity="sha256-Pi2U+O1PHsFgjF/iXeWgek8WpXCffg6xhkz0i5/34fU=" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/asciinema-player@3.6.3/dist/bundle/asciinema-player.min.js" integrity="sha256-tqRZPJ68i6kkGpODTmCvCeQWDAFLXuPkIi43GwwvPiM=" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/asciinema-player@3.6.3/dist/bundle/asciinema-player.css" integrity="sha256-GMIhu5Hnb2yvE2Ap29EPBTncrR45rZV4dFJ67VY37oY=" crossorigin="anonymous">

{{- $style := resources.Get "sass/asciinema-player-custom.scss"
| resources.ToCSS | resources.Minify | resources.Fingerprint
Expand Down

0 comments on commit e9cea59

Please sign in to comment.