Skip to content
Snippets Groups Projects
Commit 4cf201ca authored by alexisben's avatar alexisben
Browse files

add backlinks to organizations

parent cef19d8d
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,8 @@ params:
organizations:
dark_logo_background: false
map_marker_icon: '/assets/images/map-marker.svg'
single:
backlinks: false
pages:
index:
truncate_description: 200 # Set to 0 to disable truncate
......
......@@ -26,5 +26,9 @@
{{ partial "organizations/logo.html" . }}
</div>
{{ partial "contents/list.html" . }}
{{ if site.Params.organizations.single.backlinks }}
{{ partial "contents/backlinks.html" . }}
{{ end }}
</div>
{{ end }}
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