From 4bd884e56405ba4523486282aaeb34522d4194d0 Mon Sep 17 00:00:00 2001 From: Tom Kralidis Date: Wed, 4 Sep 2019 10:57:13 -0400 Subject: [PATCH] move address into contact details (#224) --- pygeoapi/templates/root.html | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/pygeoapi/templates/root.html b/pygeoapi/templates/root.html index 5119263..95ab5af 100644 --- a/pygeoapi/templates/root.html +++ b/pygeoapi/templates/root.html @@ -88,6 +88,14 @@ Contact point
+ Address
+
+ {{ config['metadata']['contact']['address'] }}
+ {{ config['metadata']['contact']['city'] }}, + {{ config['metadata']['contact']['stateorprovince'] }}
+ {{ config['metadata']['contact']['postalcode'] }}
+ {{ config['metadata']['contact']['country'] }} +
Email
{{ config['metadata']['contact']['email'] }}
{% if config['metadata']['contact']['phone'] %} @@ -112,18 +120,6 @@ {% endif %}
-
-
- Address -
-
- {{ config['metadata']['contact']['address'] }}
- {{ config['metadata']['contact']['postalcode'] }}, - {{ config['metadata']['contact']['city'] }}
- {{ config['metadata']['contact']['stateorprovince'] }}, - {{ config['metadata']['contact']['country'] }}
-
-