Skip to content
Snippets Groups Projects
Unverified Commit 121a24ee authored by Alexis BENOIT's avatar Alexis BENOIT Committed by GitHub
Browse files

Merge pull request #211 from noesya/organization-backlinks

Organization backlinks
parents cef19d8d b770ba46
No related branches found
No related tags found
No related merge requests found
.organizations__page, .persons__page
.backlinks
> .block, > *
margin-top: $spacing4
.block-pages
.top
display: block
.block-title
width: auto
\ No newline at end of file
......@@ -18,6 +18,7 @@
// Design System
@import "design-system/layout"
@import "design-system/a11y"
@import "design-system/backlinks"
@import "design-system/breadcrumb"
@import "design-system/button"
@import "design-system/contacts"
......@@ -34,8 +35,8 @@
@import "design-system/top"
// Blocks
@import "blocks/agenda"
@import "blocks/base"
@import "blocks/agenda"
@import "blocks/datatable"
@import "blocks/call_to_action"
@import "blocks/chapter"
......
......@@ -209,12 +209,6 @@ ol.persons--list
.person-posts
article.post:last-child
margin-bottom: 0
.backlinks
.block-pages
.top
display: block
.block-title
width: auto
@include media-breakpoint-down(lg)
.roles
margin-top: $spacing2
......
......@@ -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