hugo-theme-zzo/layouts/shortcodes/code.html

4 lines
115 B
HTML
Raw Normal View History

{{ $id := substr (md5 .Inner) 0 16 }}
<div id="{{ $id }}" class="tab__content">
{{ .Inner | markdownify }}
</div>