This repository has been archived by the owner on Dec 8, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add tify IIIF Viewer to the showcase site
This adds the missing tify Viewer to the viewer showcases.
- Loading branch information
Showing
3 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
title: "Showcase : Tify" | ||
id: showcase-tify | ||
categories: [pages] | ||
layout: sub-page | ||
--- | ||
|
||
<section class="showcase showcase-item wrapper"> | ||
{% include showcase_return.html %} | ||
|
||
<iframe src="https://tify.sub.uni-goettingen.de/demo.html?manifest=https://manifests.sub.uni-goettingen.de/iiif/presentation/PPN898741912/manifest" frameborder="0"></iframe> | ||
|
||
{% assign id = "tify" %} | ||
{% include sub-showcase_md.html %} | ||
</section> |