diff --git a/pygeoapi/templates/_base.html b/pygeoapi/templates/_base.html
index 6c32dd3..bc80a00 100644
--- a/pygeoapi/templates/_base.html
+++ b/pygeoapi/templates/_base.html
@@ -14,9 +14,10 @@
{% for link in data['links'] %}
-
{% if (link['rel']=="self" and link['type']=="text/html") %}
-
+
+ {% elif (link['rel']!="canonical") %}
+
{% endif %}
{% endfor %}
{% block extrahead %}