mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2025-06-12 09:47:29 -05:00
Refresh the code block design
This commit is contained in:
5
layouts/_default/_markup/render-codeblock.html
Normal file
5
layouts/_default/_markup/render-codeblock.html
Normal file
@ -0,0 +1,5 @@
|
||||
<div class="code-block">
|
||||
<div class="code-type">{{ .Type }}</div>
|
||||
{{/* a div.highlight is already created by highlight function */}}
|
||||
{{ highlight .Inner .Type }}
|
||||
</div>
|
Reference in New Issue
Block a user