diff --git a/pygeoapi/templates/root.html b/pygeoapi/templates/root.html index 7f41a82..3e9bd93 100644 --- a/pygeoapi/templates/root.html +++ b/pygeoapi/templates/root.html @@ -3,7 +3,7 @@ {% block body %} - + @@ -62,13 +62,11 @@ View the processes in this service - - Links - - {% for link in data['links'] %} - {{ link['title'] }} - {% endfor %} - + + API Definition + + OpenAPI + @@ -79,8 +77,7 @@ {{ config['metadata']['provider']['name'] }} - - {{ config['metadata']['provider']['url'] }} + {{ config['metadata']['provider']['url'] }} @@ -100,11 +97,11 @@ {{ config['metadata']['contact']['email'] }} {% if config['metadata']['contact']['phone'] %} Telephone - {{ config['metadata']['contact']['phone'] }} + {{ config['metadata']['contact']['phone'] }} {% endif %} {% if config['metadata']['contact']['fax'] %} Fax - {{ config['metadata']['contact']['fax'] }} + {{ config['metadata']['contact']['fax'] }} {% endif %} {% if config['metadata']['contact']['url'] %} Contact URL
+ OpenAPI +