Skip to content

Commit

Permalink
add OARec autodiscovery to HTML collections template (#1072)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis authored Jan 22, 2025
1 parent 8f7afad commit cc3eb23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycsw/ogc/api/templates/collections.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h2>Collections</h2>
{% for col in data['collections'] %}
<tr>
<td data-label="name">
<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 }}">
<span>{{ col['title'] | striptags | truncate }}</span>
</a>
</td>
Expand Down

0 comments on commit cc3eb23

Please sign in to comment.