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

4 lines
119 B
HTML
Raw Permalink Normal View History

{{ $id := substr (md5 .Inner) 0 16 }}
2020-01-23 17:46:03 +00:00
<div id="{{ $id }}" class="codetab__content">
{{ .Inner | markdownify }}
</div>