hugo-theme-termlite/layouts/shortcodes/figure/code.html

5 lines
131 B
HTML
Raw Normal View History

{{- $trimmedInner := trim .Inner "\n " -}}
<figure class="figure figure--code">
{{ $.Page.RenderString $trimmedInner }}
</figure>