Omphaloskepsis-2/layouts/partials/cv/organisations/recursive-children.html

6 lines
281 B
HTML
Raw Normal View History

2023-06-30 21:16:59 -06:00
<li class="hierarchy-item hierarchy-item--child"><a href="{{ .RelPermalink }}">{{ with .Params.markup_title }}{{ . | safeHTML }}{{ else }}{{ .Title | safeHTML }}{{ end }}</a>
2022-11-10 22:48:02 -07:00
{{ range .Sections }}<ul>
{{ partial "cv/organisations/recursive-children.html" . }}
</ul>{{ end }}
</li>