fix: replace recursive partialCached
with partial
This commit is contained in:
parent
607686468d
commit
5a1e4fc252
3 changed files with 7 additions and 8 deletions
|
@ -10,7 +10,7 @@
|
|||
</a>
|
||||
{{- range .Sections -}}
|
||||
<ul>
|
||||
{{- partialCached "cv/organisations/recursive-children.html" . .Title -}}
|
||||
{{- partial "cv/organisations/recursive-children.html" . -}}
|
||||
</ul>
|
||||
{{- end -}}
|
||||
{{- end -}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue