We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb713c3 commit 36e1841Copy full SHA for 36e1841
pygeoapi/templates/_base.html
@@ -93,10 +93,10 @@
93
{% endfor %}
94
95
{% if links_found.json == '' %}
96
- <a href="?f=json">{% trans %}json{% endtrans %}</a>
+ <a href="{{ links_found.json }}">{% trans %}json{% endtrans %}</a>
97
{% endif %}
98
{% if links_found.jsonld == '' %}
99
- <a href="?f=jsonld">{% trans %}jsonld{% endtrans %}</a>
+ <a href="{{ links_found.jsonld }}">{% trans %}jsonld{% endtrans %}</a>
100
101
102
</span>
0 commit comments