Skip to content

Commit

Permalink
Resolve Collection Not Appearing
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahrider committed Oct 11, 2023
1 parent 44518c0 commit 0ae780f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pages/collection.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ permalink: /collection/
This site's sample collection comprises a set of objects, each of which is represented by one or more images. The collection items in this demo are from The Museum of Islamic Art, Qatar, (courtesy of [WikiMedia](https://commons.wikimedia.org/wiki/Category:Google_Art_Project_works_in_The_Museum_of_Islamic_Art,_Qatar) and [Google Art Project](https://www.google.com/culturalinstitute/about/artproject/)) and The Qatar National Library (via [World Digital Library](https://www.wdl.org/en/)).

## By Location
{% include collection_gallery.html facet_by='location' collection='qatar' %}
{% include collection_gallery.html facet_by='location' collection='my-collection' %}

## By Object Type

### Manuscripts
{% include collection_gallery.html facet_by='object_type' only='manuscript' collection='qatar' %}
{% include collection_gallery.html facet_by='object_type' only='manuscript' collection='my-collection' %}
### Portraits
{% include collection_gallery.html facet_by='object_type' only='portrait' collection='qatar' %}
{% include collection_gallery.html facet_by='object_type' only='portrait' collection='my-collection' %}
### Maps
{% include collection_gallery.html facet_by='object_type' only='map' collection='qatar' %}
{% include collection_gallery.html facet_by='object_type' only='map' collection='my-collection' %}
### Panels
{% include collection_gallery.html facet_by='object_type' only='panel' collection='qatar' %}
{% include collection_gallery.html facet_by='object_type' only='panel' collection='my-collection' %}

0 comments on commit 0ae780f

Please sign in to comment.