Add missing shortcodes for G-machine display
This commit is contained in:
8
layouts/shortcodes/gmachine
Normal file
8
layouts/shortcodes/gmachine
Normal file
@@ -0,0 +1,8 @@
|
||||
<div class="gmachine-instruction">
|
||||
<div class="gmachine-instruction-name">
|
||||
{{ .Get 0 }}
|
||||
</div>
|
||||
<div class="gmachine-instruction-sem">
|
||||
{{ .Inner }}
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user