Skip to content

Commit

Permalink
Remove STAC breadcrumb (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
webb-ben authored May 13, 2024
1 parent 37c88f7 commit 276b9a8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion pygeoapi-skin-dashboard/templates/stac/catalog.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{% extends "_base.html" %}
{% block title %}{{ super() }} stac/{{ data['path'] }} {% endblock %}
{% block crumbs %}{{ super() }}
/ <a href="{{ config['server']['url'] }}/stac">SpatioTemporal Asset Catalog</a>
{% for link in get_breadcrumbs(data['path']) %}
/ <a class="crumbs-path" href="{{config['server']['url'] }}/stac/{{ link['href'] }}">{{ link['title'] }}</a>
{% endfor %}
Expand Down
1 change: 0 additions & 1 deletion pygeoapi-skin-dashboard/templates/stac/item.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{% extends "_base.html" %}
{% block title %}{{ super() }} stac/{{ data['path'] }} {% endblock %}
{% block crumbs %}{{ super() }}
/ <a href="{{ config['server']['url'] }}/stac">SpatioTemporal Asset Catalog</a>
{% for link in get_breadcrumbs(data['path']) %}
/ <a class="crumbs-path" href="{{config['server']['url'] }}/stac/{{ link['href'] }}">{{ link['title'] }}</a>
{% endfor %}
Expand Down

0 comments on commit 276b9a8

Please sign in to comment.