{{/* Gallery Shortcode for Wowchemy. */}} {{/* Load gallery images from media library. */}} {{/* Get album folder or default to `media/albums/gallery/`. */}} {{ $album := (.Get "album") | default "gallery" }} {{ $album_path := path.Join "media" "albums" $album "*" }} {{/* Gallery options */}} {{ $sort_order := .Get "order" | default "asc" }} {{ $resize_options := printf "%s webp" (.Get "resize_options" | default "x190") }}