{{/* {# ------------------------------------------------------- #} {# INDIVIDUAL VIEW FOR EACH PERSON #} {# ------------------------------------------------------- #} */}} {{/* meta data */}} {{- define "og_title" -}}{{ .Title | htmlUnescape }}{{- end -}} {{- define "og_type" -}}profile{{- end -}} {{- define "og_url" -}}{{ .Permalink }}{{- end -}} {{- define "og_image" -}}{{ replace .Params.primary_image "/upload/" "/upload/w_740,h_740,c_fill,g_face/" }}{{- end -}} {{- define "og_description" -}}{{ .Summary }}{{- end -}} {{- define "main" -}} {{- /* TODO */ -}}
{{ $type := (split .File.Dir "/") }}

Authors

{{ .Title | htmlUnescape }}

{{- $imgsm := replace .Params.primary_image "/upload/" "/upload/w_300,h_300,c_fill,g_face/" -}} {{- $imglg := replace .Params.primary_image "/upload/" "/upload/w_600,h_600,c_fill,g_face/" }} {{ .Title | htmlUnescape }} {{- with .Params.primary_image_credit }}
{{ . }}
{{- end }}
{{ if .Params.social_media }} {{ end }}
{{ .Content }}
{{/* {# Adspot 1 #}
{% include "templates/partials/ad-spot1.html" %}
*/}}
{{- end -}}