Files
hugo-terminal/layouts/shortcodes/hugo-terminal.html
Flycro c2aaa68936 Init
2024-07-12 20:24:21 +02:00

18 lines
436 B
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<div class="terminal space shadow">
<div class="top">
<div class="btns">
<span class="circle red"></span>
<span class="circle yellow"></span>
<span class="circle green"></span>
</div>
<div class="title">bash {{.Site.Title}}</div>
</div>
<div>
</div>
<div class="body">
{{ highlight .Inner "bash" "" }}
</div>
</pre>
</div>