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 8f7afad commit cc3eb23Copy full SHA for cc3eb23
pycsw/ogc/api/templates/collections.html
@@ -23,7 +23,7 @@ <h2>Collections</h2>
23
{% for col in data['collections'] %}
24
<tr>
25
<td data-label="name">
26
- <a title="{{ col['title'] | striptags | truncate }}" href="{{ config['server']['url'] }}/collections/{{ col.id }}">
+ <a rel="http://www.opengis.net/def/rel/ogc/1.0/ogc-catalog" title="{{ col['title'] | striptags | truncate }}" href="{{ config['server']['url'] }}/collections/{{ col.id }}">
27
<span>{{ col['title'] | striptags | truncate }}</span>
28
</a>
29
</td>
0 commit comments