This commit is contained in:
Flycro
2024-07-12 20:24:21 +02:00
commit c2aaa68936
4 changed files with 116 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
<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>