diff --git a/pygeoapi/templates/base.html b/pygeoapi/templates/base.html index 67c4b09..59248e0 100644 --- a/pygeoapi/templates/base.html +++ b/pygeoapi/templates/base.html @@ -20,11 +20,10 @@
-
- - {{ config['metadata']['identification']['title'] }} + Contact
diff --git a/pygeoapi/templates/collection.html b/pygeoapi/templates/collection.html index 1fe1ae6..7f34592 100644 --- a/pygeoapi/templates/collection.html +++ b/pygeoapi/templates/collection.html @@ -6,7 +6,11 @@ {% endblock %} {% block body %}
- + + + + +

{{ data['title'] }}

{{ data['description'] }}

View

diff --git a/pygeoapi/templates/collections.html b/pygeoapi/templates/collections.html index 34704b3..766f989 100644 --- a/pygeoapi/templates/collections.html +++ b/pygeoapi/templates/collections.html @@ -16,9 +16,10 @@ {% for k, v in config['datasets'].items() %} - - - {{ v['title'] | striptags | truncate }} + + {{ v['description'] | striptags | truncate }}