forked from laurens/fediversity_website
Affiliation verwijderd, voegt niet veel toe
This commit is contained in:
parent
6e6f79c488
commit
908ef2177f
|
@ -31,15 +31,6 @@
|
||||||
"url": "{{ .Permalink }}",
|
"url": "{{ .Permalink }}",
|
||||||
"name": "{{ $author.name | default .Site.Params.textEmptyValue }}",
|
"name": "{{ $author.name | default .Site.Params.textEmptyValue }}",
|
||||||
{{ if $author.nationality }}"nationality": "{{ $author.nationality }}",{{ end }}
|
{{ if $author.nationality }}"nationality": "{{ $author.nationality }}",{{ end }}
|
||||||
"affiliation": [
|
|
||||||
{
|
|
||||||
"@type": "Organization",
|
|
||||||
"id": "{{ .Site.BaseURL }}#organization",
|
|
||||||
"url": "{{ .Site.BaseURL }}",
|
|
||||||
"name": "{{ .Site.Title }}",
|
|
||||||
"sameAs": {{ .Site.Params.organization_sameas }}
|
|
||||||
}
|
|
||||||
],
|
|
||||||
{{ if $author.gender }}"gender": "{{ $author.gender }}",{{ end }}
|
{{ if $author.gender }}"gender": "{{ $author.gender }}",{{ end }}
|
||||||
{{ if $author.jobfunction }}"Description": "{{ $author.jobfunction }}",{{ end }}
|
{{ if $author.jobfunction }}"Description": "{{ $author.jobfunction }}",{{ end }}
|
||||||
{{ if $author.description }}"disambiguatingDescription": "{{ $author.description }}",{{ end }}
|
{{ if $author.description }}"disambiguatingDescription": "{{ $author.description }}",{{ end }}
|
||||||
|
|
Reference in a new issue