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 @@
| {% 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'] }} | {% if link['file:size'] %}{{ link['file:size'] | human_size }} |