diff --git a/next/pages/[gallery].tsx b/next/pages/[gallery].tsx index 8df8bf4ce..6b0877659 100644 --- a/next/pages/[gallery].tsx +++ b/next/pages/[gallery].tsx @@ -35,7 +35,7 @@ export const getStaticProps: GetStaticProps = async (con corpus: [album.h1, album.h2, album.year].join(' '), })) return { - props: { gallery: params.gallery, albums: preparedAlbums, ...indexKeywords(albums) }, + props: { gallery: params.gallery, albums: preparedAlbums, ...indexKeywords(preparedAlbums) }, } } diff --git a/next/public/galleries/demo/gallery.xml b/next/public/galleries/demo/gallery.xml index fa53d6d43..305e09660 100644 --- a/next/public/galleries/demo/gallery.xml +++ b/next/public/galleries/demo/gallery.xml @@ -8,5 +8,6 @@ British Columbia 2001-2005 2004-01-04-01.jpg + 2001, 2004, British Columbia diff --git a/public/galleries/demo/gallery.xml b/public/galleries/demo/gallery.xml index fa53d6d43..305e09660 100644 --- a/public/galleries/demo/gallery.xml +++ b/public/galleries/demo/gallery.xml @@ -8,5 +8,6 @@ British Columbia 2001-2005 2004-01-04-01.jpg + 2001, 2004, British Columbia