diff --git a/pygeoapi/static/img/README.md b/pygeoapi/static/img/README.md new file mode 100644 index 0000000..dd1e3b7 --- /dev/null +++ b/pygeoapi/static/img/README.md @@ -0,0 +1,4 @@ +# Images + +# `json.png` +- downloaded from https://thenounproject.com/search/?q=json&i=966215 diff --git a/pygeoapi/static/img/json.png b/pygeoapi/static/img/json.png new file mode 100644 index 0000000..330dacc Binary files /dev/null and b/pygeoapi/static/img/json.png differ diff --git a/pygeoapi/templates/base.html b/pygeoapi/templates/base.html index 9fc9421..9b22cc2 100644 --- a/pygeoapi/templates/base.html +++ b/pygeoapi/templates/base.html @@ -20,7 +20,7 @@
-

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

+

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

{{ config['metadata']['identification']['description'] }}
diff --git a/pygeoapi/templates/collection.html b/pygeoapi/templates/collection.html index e92005f..75f285e 100644 --- a/pygeoapi/templates/collection.html +++ b/pygeoapi/templates/collection.html @@ -2,7 +2,7 @@ {% block title %}{{ super() }} {{ data['title'] }} {% endblock %} {% block body %}
-

{{ data['title'] }}

+

{{ data['title'] }}JSON

{{ data['description'] }}
Browse Features

Links

diff --git a/pygeoapi/templates/collections.html b/pygeoapi/templates/collections.html index d746e27..832074c 100644 --- a/pygeoapi/templates/collections.html +++ b/pygeoapi/templates/collections.html @@ -2,7 +2,7 @@ {% block title %}{{ super() }} Collections {% endblock %} {% block body %}
-

Collections

+

Collections JSON