10 lines
413 B
HTML
10 lines
413 B
HTML
{{- $productPathData := findRE "[^/]+.*?" .Page.RelPermalink -}}
|
|
{{- $currentVersion := index $productPathData 1 -}}
|
|
{{- $show := .Get "show" | default 12 -}}
|
|
|
|
<div id="release-toc" class="{{ $currentVersion }}">
|
|
<ul id="release-list" style="height: calc({{ $show }} * 1.885rem);" show="{{ $show }}">
|
|
<!-- PLACEHOLDER FOR JS-GENERATED LIST ITEMS -->
|
|
</ul>
|
|
<span class="show-more">Show more</span>
|
|
</div> |