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

4 lines
115 B
HTML
Raw Permalink Normal View History

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