Skip to content

Commit

Permalink
Update viewer_link.html
Browse files Browse the repository at this point in the history
Fixing case of viewer name
  • Loading branch information
glenrobson authored Jan 19, 2024
1 parent 7c32f09 commit f206107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/viewer_link.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
https://uv-v3.netlify.app/#?c=&m=&s=&cv=&manifest={{manifest_url |strip}}
{% endcapture %}
{% assign default_text="View in Universal Viewer" %}
{% elsif include.type == 'aviary' %}
{% elsif include.type == 'Aviary' %}
{% capture viewer_url %}
https://iiif.aviaryplatform.com/player?manifest={{manifest_url |strip}}
{% endcapture %}
Expand Down

0 comments on commit f206107

Please sign in to comment.