From 4b28de6d42aa125dfe0ee2c546976821bf08c877 Mon Sep 17 00:00:00 2001 From: Tom Kralidis Date: Mon, 5 Aug 2024 08:13:44 -0400 Subject: [PATCH] fix breadcrumbs again (follow on of #1769) (#1770) --- pygeoapi/templates/collections/queryables.html | 2 +- pygeoapi/templates/collections/schema.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pygeoapi/templates/collections/queryables.html b/pygeoapi/templates/collections/queryables.html index 49ca148..3a5af61 100644 --- a/pygeoapi/templates/collections/queryables.html +++ b/pygeoapi/templates/collections/queryables.html @@ -3,7 +3,7 @@ {% block crumbs %}{{ super() }} / {% trans %}Collections{% endtrans %} / {{ data['title'] | truncate( 25 ) }} -/ {% trans %}Queryables{% endtrans %} +/ {% trans %}Queryables{% endtrans %} {% endblock %} {% block body %}
diff --git a/pygeoapi/templates/collections/schema.html b/pygeoapi/templates/collections/schema.html index f83f42f..6a03833 100644 --- a/pygeoapi/templates/collections/schema.html +++ b/pygeoapi/templates/collections/schema.html @@ -3,7 +3,7 @@ {% block crumbs %}{{ super() }} / {% trans %}Collections{% endtrans %} / {{ data['title'] | truncate( 25 ) }} -/ {% trans %}Schema{% endtrans %} +/ {% trans %}Schema{% endtrans %} {% endblock %} {% block body %}