mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-25 22:00:58 +02:00
Merge commit 'ec4e6f9df2ab9ffdc62a3f59675369096e0d3f77' 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