Skip to content

Commit

Permalink
add OARec autodiscovery to HTML collections template (#1910)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis authored Jan 22, 2025
1 parent d9dceac commit 2472fc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygeoapi/templates/collections/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ <h1>{% trans %}Record collections in this service{% endtrans %}</h1>
{% if col.get('itemType') == 'record' %}
<tr>
<td data-label="name">
<a title="{{ col['title'] | striptags | truncate }}"
<a rel="http://www.opengis.net/def/rel/ogc/1.0/ogc-catalog" title="{{ col['title'] | striptags | truncate }}"
href="{{ data['collections_path'] }}/{{ col.id }}">
<span>{{ col['title'] | striptags | truncate }}</span></a>
</td>
Expand Down

0 comments on commit 2472fc3

Please sign in to comment.