From 8ef34bd81dbca9e3d100cc01afcdbd5fa8ac4f57 Mon Sep 17 00:00:00 2001 From: Nasir Anthony Montalvo Date: Mon, 26 Jan 2026 00:36:55 -0600 Subject: [PATCH] final beta edits --- _data/theme.yml | 2 +- _includes/advanced-search-modal.html | 5 +- _includes/js/browse-js.html | 9 +++ _layouts/browse.html | 102 ++++++++++++++++----------- _sass/_custom.scss | 59 ++++++++++++++++ pages/contact.md | 4 +- pages/donate.md | 8 ++- 7 files changed, 140 insertions(+), 49 deletions(-) diff --git a/_data/theme.yml b/_data/theme.yml index 5babfa6..ff44797 100644 --- a/_data/theme.yml +++ b/_data/theme.yml @@ -20,7 +20,7 @@ home-banner-image-position: # Default is top # Browse PAGE # # see _data/browse-config.csv to define the metadata fields that will display. -advanced-search: true # true / false, adds advanced search options to search, which are generated by clicking the advanced search button above the search box (this opens a modal in which the search can be constructed) +advanced-search: false # true / false, adds advanced search options to search, which are generated by clicking the advanced search button above the search box (this opens a modal in which the search can be constructed) faceted-search: true # true / false, adds a field option to the left of the search results that allows users to filter results by metadata field default-sort-field: # if a value is entered here, it must match one of the field values (first column) in the browse-config.csv file. If left blank or the value doesn't match a value in config-browse.csv's first column, the default sort will be a random sort diff --git a/_includes/advanced-search-modal.html b/_includes/advanced-search-modal.html index 9485a12..7840d30 100644 --- a/_includes/advanced-search-modal.html +++ b/_includes/advanced-search-modal.html @@ -1,11 +1,12 @@