Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
123456 |
- {{- if .Params.toc -}}
- <div class="bg-light-gray mb-4 pa3 nested-list-reset nested-copy-line-height nested-links">
- <p class="list b mb3">What's in this {{ humanize .Type }}</p>
- {{ .TableOfContents }}
- </div>
- {{- end -}}
|