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

6 lines
304 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>
2023-10-03 13:08:35 +01:00
{{- range .Sections -}}<ul>
{{- partialCached "cv/organisations/recursive-children.html" . .Title -}}
</ul>{{- end -}}
2022-11-10 22:48:02 -07:00
</li>