hugo-theme-termlite/layouts/shortcodes/figure/code.html
Eryn Wells d17ec7f48f Import the code and image shortcodes from the old website
Update the styles for code, image, and youtube figures.
2024-10-12 11:26:52 -07:00

4 lines
131 B
HTML

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