From 285012533fb60dd9292b18391b23652d093ad77f Mon Sep 17 00:00:00 2001 From: Lydia Scarf Date: Wed, 12 Jun 2024 16:18:14 -0400 Subject: [PATCH] Fix links for entity emails and metadata Metadata can be found in the rdl-0.2 branch. gh-pages branch is unused. --- _includes/display/entity.html | 3 ++- _layouts/dataset.html | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/_includes/display/entity.html b/_includes/display/entity.html index 9aa5716a3..57656e374 100644 --- a/_includes/display/entity.html +++ b/_includes/display/entity.html @@ -4,8 +4,9 @@ {% capture name %}{{ include.value.name }}{% endcapture %} {% if include.value.url %} {% capture href %}{{ include.value.url }}{% endcapture %} + {{ name }} {% elsif include.value.email %} {% capture href %}{{ include.value.email }}{% endcapture %} + {{ name }} {% endif %} - {{ name }} \ No newline at end of file diff --git a/_layouts/dataset.html b/_layouts/dataset.html index a3b3db758..f8bc36a4c 100644 --- a/_layouts/dataset.html +++ b/_layouts/dataset.html @@ -44,7 +44,7 @@

Resources

{% endfor %}
  • - + Metadata markdown @@ -52,7 +52,7 @@

    Resources

  • {% assign path_to_json = page.path | split: "/" | last | replace: ".md", ".json" | prepend: "_datasets/json/" %} - + Metadata json