diff --git a/pygeoapi/api.py b/pygeoapi/api.py index e214980..5eacfbb 100644 --- a/pygeoapi/api.py +++ b/pygeoapi/api.py @@ -102,23 +102,23 @@ class API(object): fcm['links'] = [{ 'rel': 'self', 'type': 'application/json', - 'title': 'this document as JSON', + 'title': 'This document as JSON', 'href': self.config['server']['url'] }, { 'rel': 'self', 'type': 'text/html', - 'title': 'this document as HTML', + 'title': 'This document as HTML', 'href': '{}/?f=html'.format(self.config['server']['url']), 'hreflang': self.config['server']['language'] }, { 'rel': 'self', 'type': 'application/openapi+json;version=3.0', - 'title': 'the OpenAPI definition as JSON', + 'title': 'The OpenAPI definition as JSON', 'href': '{}/api'.format(self.config['server']['url']) }, { 'rel': 'self', 'type': 'text/html', - 'title': 'the OpenAPI definition as HTML', + 'title': 'The OpenAPI definition as HTML', 'href': '{}/api?f=html'.format(self.config['server']['url']), 'hreflang': self.config['server']['language'] } diff --git a/pygeoapi/static/img/README.md b/pygeoapi/static/img/README.md deleted file mode 100644 index dd1e3b7..0000000 --- a/pygeoapi/static/img/README.md +++ /dev/null @@ -1,4 +0,0 @@ -# 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 deleted file mode 100644 index 330dacc..0000000 Binary files a/pygeoapi/static/img/json.png and /dev/null differ diff --git a/pygeoapi/templates/collection.html b/pygeoapi/templates/collection.html index bf60e3d..05fb921 100644 --- a/pygeoapi/templates/collection.html +++ b/pygeoapi/templates/collection.html @@ -12,7 +12,7 @@
+ Browse through the items of collection {{ data['title'] }}| Name | +Description | +
|---|---|
| + + {{ v['title'] | striptags | truncate }} + | ++ {{ v['description'] | striptags | truncate }} + | +