{{- if and (eq .Section "is") (eq .Kind "section") }}
{{- partial "contribution-graph.html" (dict "cellSize" 8 "page" .) -}}
{{- end }}
{{ partial "social-share.html" (dict "page" . "mode" "sidebar") }}
{{ if and .Site.Params.relatedPosts (eq .Section "articles") }}
{{ $related := first 5 (.Site.RegularPages.Related .) }}
{{ end }}
{{ partial "tag-cloud.html" (dict "page" . "showCount" false "wrapInWidget" true "maxTags" 15) }}