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

6 lines
281 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>
2022-11-11 05:48:02 +00:00
{{ range .Sections }}<ul>
{{ partial "cv/organisations/recursive-children.html" . }}
</ul>{{ end }}
</li>