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']['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'] }}
{{ data['description'] }}
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 
{% for k, v in config['datasets'].items()%}
- {{ v['title'] }}
diff --git a/pygeoapi/templates/conformance.html b/pygeoapi/templates/conformance.html
index 5108773..94e2ade 100644
--- a/pygeoapi/templates/conformance.html
+++ b/pygeoapi/templates/conformance.html
@@ -2,7 +2,7 @@
{% block title %}{{ super() }} Conformance {% endblock %}
{% block body %}