您最多选择25个主题
主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
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 -}}
|