Skip to content

Commit

Permalink
Merge pull request #27 from ScilifelabDataCentre/fix-link
Browse files Browse the repository at this point in the history
Use relative link
  • Loading branch information
LianeHughes authored Oct 16, 2023
2 parents c66c589 + e427369 commit 5490eb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/collections/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ <h5><a href="{{ .RelPermalink }}" class="">{{ .Params.name }}</a></h5>
<tr>
<th scope="row" class="pr-1">Materials:</th>
<td>{{ range (.GetTerms "materials") }}
<span class="m-1 badge badge-blue taxonomy-term"><a href="{{ .Permalink }}">{{ .LinkTitle }}</a></span>
<span class="m-1 badge badge-blue taxonomy-term"><a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a></span>
{{ end }}</td>
</tr>
<tr>
Expand Down

0 comments on commit 5490eb8

Please sign in to comment.