diff --git a/pygeoapi-skin-dashboard/templates/stac/catalog.html b/pygeoapi-skin-dashboard/templates/stac/catalog.html
index 309e061..3d25efa 100644
--- a/pygeoapi-skin-dashboard/templates/stac/catalog.html
+++ b/pygeoapi-skin-dashboard/templates/stac/catalog.html
@@ -1,7 +1,6 @@
{% extends "_base.html" %}
{% block title %}{{ super() }} stac/{{ data['path'] }} {% endblock %}
{% block crumbs %}{{ super() }}
-/ SpatioTemporal Asset Catalog
{% for link in get_breadcrumbs(data['path']) %}
/ {{ link['title'] }}
{% endfor %}
diff --git a/pygeoapi-skin-dashboard/templates/stac/item.html b/pygeoapi-skin-dashboard/templates/stac/item.html
index e7c7d7c..5c06239 100644
--- a/pygeoapi-skin-dashboard/templates/stac/item.html
+++ b/pygeoapi-skin-dashboard/templates/stac/item.html
@@ -1,7 +1,6 @@
{% extends "_base.html" %}
{% block title %}{{ super() }} stac/{{ data['path'] }} {% endblock %}
{% block crumbs %}{{ super() }}
-/ SpatioTemporal Asset Catalog
{% for link in get_breadcrumbs(data['path']) %}
/ {{ link['title'] }}
{% endfor %}