nicokaiser / hugo-theme-gallery

Gallery Theme for Hugo
https://nicokaiser.github.io/hugo-theme-gallery/
MIT License
371 stars 115 forks source link

Changing sort_order to Date has no effect #81

Closed timcappalli closed 2 months ago

timcappalli commented 2 months ago

I've tested this on both my site and the sample site, and switching sort_order to Date has no effect.

All of my images have EXIF Create Times and I even added some random values to the Cat images in your sample site.

Is sort_by Date (Exif.Date) known to be working?

nicokaiser commented 2 months ago

Nice catch! Sorry I seem to have broken the Date sorting while refactoring the gallery view. Could you try again with the current version (4.2.3) of the theme?

timcappalli commented 2 months ago

That worked. Thank you @nicokaiser!