diff --git a/pygeoapi/templates/stac/catalog.html b/pygeoapi/templates/stac/catalog.html index 8fa8e03..238e150 100644 --- a/pygeoapi/templates/stac/catalog.html +++ b/pygeoapi/templates/stac/catalog.html @@ -14,8 +14,8 @@ - + @@ -24,7 +24,6 @@ {% for link in data['links'] %} {% if link['rel'] in ['child', 'item'] %} - + {% if link['file:size'] %}
{% trans %}Type{% endtrans %} {% trans %}Name{% endtrans %}{% trans %}Type{% endtrans %} {% trans %}Last modified{% endtrans %} {% trans %}Size{% endtrans %}
{{ link['entry:type'] }} {% if link['title'] %} {{ link['title'] | get_path_basename }} @@ -32,6 +31,7 @@ {{ link['href'] | get_path_basename }} {% endif %} {{ link['entry:type'] }} {{ link['created'] }}{{ link['file:size'] | human_size }}