Skip to content

Commit

Permalink
Merge pull request #2605 from sul-dlss/tag-list
Browse files Browse the repository at this point in the history
convert tags to tags list
  • Loading branch information
corylown authored Oct 15, 2024
2 parents 2adbe91 + 0b1cf0e commit 4f616ef
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions config/initializers/spotlight_initializer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,13 @@
FeaturedPages SolrDocuments SolrDocumentsCarousel SolrDocumentsEmbed
SolrDocumentsFeatures SolrDocumentsGrid SearchResults
]


Spotlight::Engine.config.site_tags = [
"Arts & Humanities",
"Government & Society",
"Maps & Geography",
"Science & Engineering",
"Social justice",
"Stanfordiana"
]

0 comments on commit 4f616ef

Please sign in to comment.