Skip to content

Commit 36e1841

Browse files
committed
Use found link
1 parent cb713c3 commit 36e1841

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
@@ -93,10 +93,10 @@
9393
{% endfor %}
9494

9595
{% if links_found.json == '' %}
96-
<a href="?f=json">{% trans %}json{% endtrans %}</a>
96+
<a href="{{ links_found.json }}">{% trans %}json{% endtrans %}</a>
9797
{% endif %}
9898
{% if links_found.jsonld == '' %}
99-
<a href="?f=jsonld">{% trans %}jsonld{% endtrans %}</a>
99+
<a href="{{ links_found.jsonld }}">{% trans %}jsonld{% endtrans %}</a>
100100
{% endif %}
101101

102102
</span>

0 commit comments

Comments
 (0)