From abac6e6f59f9c4e5d92fb112049f187b40e82b3f Mon Sep 17 00:00:00 2001 From: Richard Law Date: Tue, 3 Sep 2019 07:52:05 +1200 Subject: [PATCH] corrects URI for schema.org/ContactPoint (#215) --- pygeoapi/templates/root.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pygeoapi/templates/root.html b/pygeoapi/templates/root.html index fdb521f..5119263 100644 --- a/pygeoapi/templates/root.html +++ b/pygeoapi/templates/root.html @@ -10,8 +10,8 @@

{{ config['metadata']['identification']['title'] }}

-

{{ config['metadata']['identification']['description'] }}

- +

{{ config['metadata']['identification']['description'] }}

+

{% for kw in config['metadata']['identification']['keywords'] %} {{ kw }} @@ -23,7 +23,7 @@ {% if config['metadata']['identification']['terms_of_service'] %}

- Terms of service + Terms of service
{{ config['metadata']['identification']['terms_of_service'] | urlize() }} @@ -33,7 +33,7 @@ {% if config['metadata']['license']['url'] %}
- License + License

Processes

-

+

View the processes in this service

@@ -87,7 +87,7 @@
Contact point
-
+
Email
{{ config['metadata']['contact']['email'] }}
{% if config['metadata']['contact']['phone'] %} @@ -119,7 +119,7 @@
{{ config['metadata']['contact']['address'] }}
{{ config['metadata']['contact']['postalcode'] }}, - {{ config['metadata']['contact']['city'] }}
+ {{ config['metadata']['contact']['city'] }}
{{ config['metadata']['contact']['stateorprovince'] }}, {{ config['metadata']['contact']['country'] }}
@@ -128,5 +128,5 @@
- + {% endblock %}