Welcome to mirror list, hosted at ThFree Co, Russian Federation.

code.html « shortcodes « layouts - github.com/zzossig/hugo-theme-zdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 67e14265c71dcd0d410d8827758fc3ed345c920f (plain)
1
2
3
4
{{ $id := substr (md5 .Inner) 0 16 }}
<div id="{{ $id }}" class="codetab__content">
  {{ .Inner | markdownify }}
</div>