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

6 lines
304 B
HTML
Raw Normal View History

2023-07-01 03:16:59 +00:00
<li class="hierarchy-item hierarchy-item--child"><a href="{{ .RelPermalink }}">{{ with .Params.markup_title }}{{ . | safeHTML }}{{ else }}{{ .Title | safeHTML }}{{ end }}</a>
2023-10-03 12:08:35 +00:00
{{- range .Sections -}}<ul>
{{- partialCached "cv/organisations/recursive-children.html" . .Title -}}
</ul>{{- end -}}
2022-11-11 05:48:02 +00:00
</li>