Skip to content

Commit fd42ddd

Browse files
committed
Use found link
1 parent 9762bbf commit fd42ddd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pygeoapi/templates/_base.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,10 @@
8080
{% endfor %}
8181

8282
{% if links_found.json == '' %}
83-
<a href="?f=json">{% trans %}json{% endtrans %}</a>
83+
<a href="{{ links_found.json }}">{% trans %}json{% endtrans %}</a>
8484
{% endif %}
8585
{% if links_found.jsonld == '' %}
86-
<a href="?f=jsonld">{% trans %}jsonld{% endtrans %}</a>
86+
<a href="{{ links_found.jsonld }}">{% trans %}jsonld{% endtrans %}</a>
8787
{% endif %}
8888

8989
</span>

0 commit comments

Comments
 (0)