Skip to content

Commit

Permalink
chore(still-image): makes the iiifUrl string a link that can be click…
Browse files Browse the repository at this point in the history
…ed on the open the image in a new tab
  • Loading branch information
mdelez committed Dec 9, 2021
1 parent 3194ab6 commit 5f1cf90
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -6,7 +6,7 @@
<span class="caption mat-caption">{{imageCaption}}</span>
</div>
<div class="bottom">
<span class="iiif mat-caption">{{iiifUrl}}</span>
<a href="{{iiifUrl}}" target="_blank" class="iiif mat-caption">{{iiifUrl}}</a>
</div>
</div>
<!-- caption -->
Expand Down

0 comments on commit 5f1cf90

Please sign in to comment.