Project

General

Profile

« Previous | Next » 

Revision 60877

[Graph|Trunk]

- Add meta tags in index.html - to properly be updated from each page
- update jsonld urls
- add json ld where missing
- update descriptions

View differences:

team.component.ts
12 12
@Component({
13 13
  selector: 'team',
14 14
  template: `
15
    <schema2jsonld [URL]="properties.domain + '/about/team'"
16
                   [logoURL]="properties.domain + '/assets/common-assets/logo-small-graph.png'"
17
                   [description]="description"  type="other" [name]="title">
18
    </schema2jsonld>
15 19
    <div>
16 20
      <div class="uk-section">
17 21
        <div class="uk-margin-large-left uk-margin-medium-bottom">
......
76 80
})
77 81
export class TeamComponent implements OnInit, OnDestroy  {
78 82
  public team: member[] = team;
79
  properties: EnvProperties = properties
83
  properties: EnvProperties = properties;
80 84
  description = "The OpenAIRE Research Graph Team";
81 85
  title = "OpenAIRE - Research Graph | Team";
82 86
  subs: Subscription[] = [];

Also available in: Unified diff