What we've done:
- Changed the stylesheets so that they abide by the DU style guide
- Changed titles and labels of and around our site
- Changed the layout of the Welcome page so that the search form is above the about text
- Display an alert in the object viewer if an archival resource has restrictions associated with it
- Google Analytics
This plugin calls on the 'google_analytics_key' configuration setting, which you will need to add yourself to config/config.rb
. To do this, append the following to that file:
AppConfig[:google_analytics_key] = "YOUR KEY HERE"