Skip to content
Snippets Groups Projects
Commit 517629de authored by Olivia206's avatar Olivia206
Browse files

added projects block to backlinks

parent deadaa07
No related branches found
No related tags found
No related merge requests found
......@@ -57,5 +57,20 @@
)
) }}
{{ end }}
{{ if .projects }}
{{ partial "blocks/templates/projects.html" (dict
"block" (dict
"title" (printf "Projets mentionnant %s" $about)
"template" "projects"
"ranks" (dict
"self" 2
"children" 3
)
"data" (dict
"projects" .projects
)
)
) }}
{{ end }}
{{ end }}
</div>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment