Skip to content

Commit 17d88c4

Browse files
committed
add back missing url
1 parent 692d46a commit 17d88c4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

runtimes/eoapi/stac/eoapi/stac/templates/collections.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
{% extends "base.html" %}
22

3+
{% if params %}
4+
{% set urlq = url + '?' + params + '&' %}
5+
{% else %}
6+
{% set urlq = url + '?' %}
7+
{% endif %}
8+
39
{% block content %}
410
<nav aria-label="breadcrumb">
511
<ol class="breadcrumb bg-light">

0 commit comments

Comments
 (0)