mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-03-30 22:02:58 -04:00
The body tag of the home page was previously hidden until the page was finished loading to prevent a flash of unstyled content, but this broke functionality for users who disallow javascript. This adds in a new noscript tag to manually enable visibility of the body element, as well as automatically displaying the config section (since its visibility is also typically handled by javascript).