Skip to content

Commit

Permalink
Fix collection page template
Browse files Browse the repository at this point in the history
  • Loading branch information
kad-korpem committed Feb 26, 2024
1 parent 1a59457 commit a13f177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ogc/common/geospatial/templates/collection.go.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ <h5 class="card-title">Features</h5>
{{ .Params.Metadata.Extent.Bbox | join ", " }}
</li>
{{ end }}
{{ if and .Params.Metadata .Params.Metadata.Extent.Interval }}
{{ if and .Params.Metadata .Params.Metadata.Extent .Params.Metadata.Extent.Interval }}
<li class="list-group-item">
<strong>{{ i18n "TemporalExtent" }}</strong>
(<a href="http://www.opengis.net/def/uom/ISO-8601/0/Gregorian" target="_blank">ISO-8601</a>):
Expand Down

0 comments on commit a13f177

Please sign in to comment.