Skip to content

Commit d4bf869

Browse files
committed
Fixing metadata a bit
1 parent 8796603 commit d4bf869

17 files changed

+31
-61
lines changed

_includes/head.html

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,22 @@
11
<head>
22
<meta charset="utf-8">
3-
<title>{{ site.title }}</title>
4-
5-
<meta name="description" content="Identifiers.org">
6-
<meta name="keywords" content="persistent identifiers, life siences, semantic web">
3+
{% if page.title != nil %}
4+
<title>{{ site.title }} {{ page.title }}</title>
5+
{% else %}
6+
<title>{{ site.title }}</title>
7+
{% endif %}
8+
{% if page.description != nil %}
9+
<meta name="description" content="{{ page.description }}">
10+
{% else %}
11+
<meta name="description" content="Identifiers.org">
12+
{% endif %}
13+
<meta name="keywords" content="persistent identifiers, life sciences, semantic web">
714
<meta name="author" content="EMBL-EBI">
815
<meta name="HandheldFriendly" content="true" />
916
<meta name="MobileOptimized" content="width" />
1017
<meta name="viewport" content="width=device-width,initial-scale=1">
1118
<meta name="theme-color" content="#0086B4"> <!-- Android Chrome mobile browser tab color -->
12-
<meta name="ebi:owner" content="Javier Ferrer"> <!-- Who should be contacted about changes -->
19+
<meta name="ebi:owner" content="Henning Hermjakob"> <!-- Who should be contacted about changes -->
1320
<meta name="ebi:review-cycle" content="unspecified"> <!-- In days, how often should the content be reviewed -->
1421
<meta name="ebi:last-review" content="2019-05"> <!-- The last time the content was reviewed -->
1522
<meta name="ebi:expiry" content="unspecified"> <!-- When this content is no longer relevant -->

index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
layout: default
3-
title: Identifiers.org documentation
43
---
54

65
<div class="blurb">

pages/acknowledgements.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
layout: default
3-
title: Migrating from the old platform
4-
# This looks aweful on the phone, should fix.
3+
title: acknowledgments
54
---
65

76
<div class="blurb">

pages/api.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: default
3-
title: Api documentation
3+
title: REST API documentation
4+
description: Details of identifiers.org REST API endpoints
45
---
56

67
<a id="top-of-page-button" href="#"><i class="icon icon-common icon-caret-square-up"></i></a>

pages/cloud_identifiersorg.md

Lines changed: 0 additions & 41 deletions
This file was deleted.

pages/contact.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: default
3-
title: Identifiers.org documentation
3+
title: contact information
44
---
55

66
# <i class="icon icon-common icon-contact"></i> How to contact us

pages/faq.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: default
3-
title: Identifiers.org FAQ
3+
title: FAQ
4+
description: Frequently Asked Questions about identifiers.org services
45
toc: false # Set this to true and build locally to regenerate toc
56
---
67

pages/identification_scheme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: default
3-
title: Identifiers.org documentation
3+
title: identification scheme
4+
description: Primer on compact identifiers and identifiers.org IRIs
45
---
56

67
## Identification of data entities using Compact Identifiers

pages/jobs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: default
3-
title: Identifiers.org documentation
3+
title: job oportunities
44
---
55

66
# <i class="icon icon-common icon-unassigned-job"></i> Join Identifiers.org team

pages/metadata_service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: default
3-
title: Identifiers.org documentation
3+
title: metadata service
44
---
55

66
# <i class="icon icon-common icon-mapping"></i> Metadata Service

0 commit comments

Comments
 (0)