Skip to content

Commit cc3eb23

Browse files
authored
add OARec autodiscovery to HTML collections template (#1072)
1 parent 8f7afad commit cc3eb23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pycsw/ogc/api/templates/collections.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ <h2>Collections</h2>
2323
{% for col in data['collections'] %}
2424
<tr>
2525
<td data-label="name">
26-
<a title="{{ col['title'] | striptags | truncate }}" href="{{ config['server']['url'] }}/collections/{{ col.id }}">
26+
<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 }}">
2727
<span>{{ col['title'] | striptags | truncate }}</span>
2828
</a>
2929
</td>

0 commit comments

Comments
 (0)