You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
whoogle-search/app
Ben Busby 1abd040428
Remove redundant loading of variables.css
variables.css doesn't need to be loaded by any template, since
WHOOGLE_CONFIG_STYLE loads those values by default when not set
explicitly. Loading the stylesheet caused the logo colors to be
persistent unless set individually.

Sorry @gripped for sneaking all of this unnecessary color in...

Fixes #492
3 years ago
..
models Allow setting "Accept-Language" header (#483) 3 years ago
static Update default theme css 3 years ago
templates Remove redundant loading of variables.css 3 years ago
utils Use f-string in bold query regex 3 years ago
__init__.py Bump version to 0.6.0 3 years ago
__main__.py Swap out Flask's default web server for Waitress (#32) 4 years ago
filter.py Add WHOOGLE_MINIMAL to docs, tweak min mode logic 3 years ago
request.py Allow setting number of results per page (#486) 3 years ago
routes.py Unescape search response before rendering template 3 years ago