Skip to content
Snippets Groups Projects
Select Git revision
  • fdb94a6445a56c487affdf5ebee57d1b87f7c474
  • main default
  • publisher
  • online-demo
4 results

public

  • Clone with SSH
  • Clone with HTTPS
  • Anthony Geourjon's avatar
    Anthony authored
    fdb94a64
    History

    {{ site.description }}

    IIIF Images:

    Manifests:

    {% assign manifests = site.static_files | where_exp: "manifest", "manifest.path contains '/manifests/'" |where_exp: "manifest", "manifest.extname == '.json'" | where_exp: "manifest", "manifest.path != '/manifests/collection.json' " %}

    {% for file in manifests %}

    Annotations

    {% assign annotations = site.static_files | where_exp: "annotation", "annotation.path contains '/annotations/'" |where_exp: "annotation", "annotation.extname == '.json'" | where_exp: "annotation", "annotation.path != '/annotations/collection.json'" %}

    {% for file in annotations %}