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 d9dceac commit 2472fc3Copy full SHA for 2472fc3
1 file changed
pygeoapi/templates/collections/index.html
@@ -45,7 +45,7 @@ <h1>{% trans %}Record collections in this service{% endtrans %}</h1>
45
{% if col.get('itemType') == 'record' %}
46
<tr>
47
<td data-label="name">
48
- <a title="{{ col['title'] | striptags | truncate }}"
+ <a rel="http://www.opengis.net/def/rel/ogc/1.0/ogc-catalog" title="{{ col['title'] | striptags | truncate }}"
49
href="{{ data['collections_path'] }}/{{ col.id }}">
50
<span>{{ col['title'] | striptags | truncate }}</span></a>
51
</td>
0 commit comments