mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-26 22:04:32 +02:00
Merge commit 'b9bd35d72e14932fb6588ff62b90cddef0a060fc' as 'docs'
This commit is contained in:
2
docs/layouts/shortcodes/asciicast.html
Normal file
2
docs/layouts/shortcodes/asciicast.html
Normal file
@@ -0,0 +1,2 @@
|
||||
{{ $id := .Get 0 }}
|
||||
<script type="text/javascript" src="https://asciinema.org/a/{{ $id }}.js" id="asciicast-{{ $id }}" data-rows="10" async></script>
|
Reference in New Issue
Block a user