docs/themes/learn/layouts/_default/list.html

17 lines
250 B
HTML
Raw Normal View History

2023-05-24 16:17:12 +00:00
{{ define "main" }}
{{ if eq .Kind "section" }}
{{ .Content }}
{{end}}
<!-- <ul>
{{ range .Pages }}
<li><a href="{{.RelPermalink}}">{{.Title}}</a></li>
{{ end }}
</ul>
-->
{{ if or (eq .Kind "taxonomy") (eq .Kind "term") }}
{{end}}
{{ end }}