Skip to content

Commit 2472fc3

Browse files
authored
add OARec autodiscovery to HTML collections template (#1910)
1 parent d9dceac commit 2472fc3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pygeoapi/templates/collections/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ <h1>{% trans %}Record collections in this service{% endtrans %}</h1>
4545
{% if col.get('itemType') == 'record' %}
4646
<tr>
4747
<td data-label="name">
48-
<a title="{{ col['title'] | striptags | truncate }}"
48+
<a rel="http://www.opengis.net/def/rel/ogc/1.0/ogc-catalog" title="{{ col['title'] | striptags | truncate }}"
4949
href="{{ data['collections_path'] }}/{{ col.id }}">
5050
<span>{{ col['title'] | striptags | truncate }}</span></a>
5151
</td>

0 commit comments

Comments
 (0)